-remove debug message
[oweals/gnunet.git] / contrib / apparmor / gnunet-helper-nat-server
index 594d2de7a40afe0834d2bb15a35fd467fd4f3acb..d458f467fe438f3fbc600838d85d12c27ff2608d 100644 (file)
@@ -2,11 +2,14 @@
 #include <tunables/global>
 #include <tunables/gnunet>
 
-profile @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-helper-nat-server flags=(complain) {
-  #include <abstractions/gnunet-common>
+profile @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-helper-nat-server {
+  #include <abstractions/gnunet-suid>
 
   capability setuid,
 
   @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-helper-nat-server mr,
+  
+  # Site-specific additions and overrides. See local/README for details.
+  #include <local/gnunet-suid>
 
 }