aboutsummaryrefslogtreecommitdiff
path: root/contrib/apparmor/gnunet-helper-dns
diff options
context:
space:
mode:
authorJulien Morvan <julien.morvan@outlook.com>2015-08-17 09:23:39 +0000
committerJulien Morvan <julien.morvan@outlook.com>2015-08-17 09:23:39 +0000
commitc36169b334c725ab3e626cf32617da7b87ee6594 (patch)
treeedf22a77d248b54a2b6584e6c41d01a66090392d /contrib/apparmor/gnunet-helper-dns
parent01d39499bb3af0674917c7dabb3b202427273ba8 (diff)
downloadgnunet-c36169b334c725ab3e626cf32617da7b87ee6594.tar.gz
gnunet-c36169b334c725ab3e626cf32617da7b87ee6594.zip
Diffstat (limited to 'contrib/apparmor/gnunet-helper-dns')
-rw-r--r--contrib/apparmor/gnunet-helper-dns7
1 files changed, 5 insertions, 2 deletions
diff --git a/contrib/apparmor/gnunet-helper-dns b/contrib/apparmor/gnunet-helper-dns
index b6a102585..b5e219585 100644
--- a/contrib/apparmor/gnunet-helper-dns
+++ b/contrib/apparmor/gnunet-helper-dns
@@ -2,8 +2,8 @@
2#include <tunables/global> 2#include <tunables/global>
3#include <tunables/gnunet> 3#include <tunables/gnunet>
4 4
5profile @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-helper-dns flags=(complain) { 5profile @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-helper-dns {
6 #include <abstractions/gnunet-common> 6 #include <abstractions/gnunet-suid>
7 7
8 #Capability 8 #Capability
9 capability net_admin, 9 capability net_admin,
@@ -42,4 +42,7 @@ profile @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-helper-dns flags=(complain) {
42 /usr/lib/locale/locale-archive r, 42 /usr/lib/locale/locale-archive r,
43 43
44 @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-helper-dns mr, 44 @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-helper-dns mr,
45
46 # Site-specific additions and overrides. See local/README for details.
47 #include <local/gnunet>
45} 48}