aboutsummaryrefslogtreecommitdiff
path: root/contrib/apparmor/gnunet-helper-exit
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/apparmor/gnunet-helper-exit')
-rw-r--r--contrib/apparmor/gnunet-helper-exit8
1 files changed, 5 insertions, 3 deletions
diff --git a/contrib/apparmor/gnunet-helper-exit b/contrib/apparmor/gnunet-helper-exit
index d185f5b80..f69e34d0c 100644
--- a/contrib/apparmor/gnunet-helper-exit
+++ b/contrib/apparmor/gnunet-helper-exit
@@ -2,11 +2,13 @@
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-exit flags=(complain) { 5profile @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-helper-exit {
6 #include <abstractions/gnunet-common> 6 #include <abstractions/gnunet-suid>
7 7
8 capability setuid, 8 capability setuid,
9 9
10 @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-helper-exit mr, 10 @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-helper-exit mr,
11 11
12 # Site-specific additions and overrides. See local/README for details.
13 #include <local/gnunet-suid>
12} 14}