summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaMont Jones <lamont@debian.org>2013-08-29 14:26:48 -0600
committerLaMont Jones <lamont@debian.org>2013-08-29 14:26:48 -0600
commit8436d8ace4d395e4440df9d79a400d1baf7cf084 (patch)
treeac2f8719046ef7e24add7176202cd1e34c83dfa7
parentbcb67dab656f9cd11ef7ebf67f6e3284ac05edd5 (diff)
downloadbind9-8436d8ace4d395e4440df9d79a400d1baf7cf084.tar.gz
apparmor: allow GeoIP data file access
Addresses-Ubuntu-Bug: 834901
-rw-r--r--debian/apparmor-profile3
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,