aboutsummaryrefslogtreecommitdiff
path: root/contrib/apparmor/gnunet-helper-nat-server
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/apparmor/gnunet-helper-nat-server')
-rw-r--r--contrib/apparmor/gnunet-helper-nat-server7
1 files changed, 5 insertions, 2 deletions
diff --git a/contrib/apparmor/gnunet-helper-nat-server b/contrib/apparmor/gnunet-helper-nat-server
index 594d2de7a..d458f467f 100644
--- a/contrib/apparmor/gnunet-helper-nat-server
+++ b/contrib/apparmor/gnunet-helper-nat-server
@@ -2,11 +2,14 @@
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-nat-server flags=(complain) { 5profile @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-helper-nat-server {
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-nat-server mr, 10 @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-helper-nat-server mr,
11
12 # Site-specific additions and overrides. See local/README for details.
13 #include <local/gnunet-suid>
11 14
12} 15}