diff options
author | LaMont Jones <lamont@debian.org> | 2013-08-29 14:26:48 -0600 |
---|---|---|
committer | LaMont Jones <lamont@debian.org> | 2013-08-29 14:26:48 -0600 |
commit | 8436d8ace4d395e4440df9d79a400d1baf7cf084 (patch) | |
tree | ac2f8719046ef7e24add7176202cd1e34c83dfa7 | |
parent | bcb67dab656f9cd11ef7ebf67f6e3284ac05edd5 (diff) | |
download | bind9-8436d8ace4d395e4440df9d79a400d1baf7cf084.tar.gz |
apparmor: allow GeoIP data file access
Addresses-Ubuntu-Bug: 834901
-rw-r--r-- | debian/apparmor-profile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/apparmor-profile b/debian/apparmor-profile index 0eb118a7..35df558f 100644 --- a/debian/apparmor-profile +++ b/debian/apparmor-profile @@ -29,6 +29,9 @@ # ssl /etc/ssl/openssl.cnf r, + # GeoIP data files for GeoIP ACLs + /usr/share/GeoIP/** r, + # dnscvsutil package /var/lib/dnscvsutil/compiled/** rw, |