d458f467fe438f3fbc600838d85d12c27ff2608d
[oweals/gnunet.git] / contrib / apparmor / gnunet-helper-nat-server
1 # Last Modified: Tue Jul 28 11:44:00 2015
2 #include <tunables/global>
3 #include <tunables/gnunet>
4
5 profile @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-helper-nat-server {
6   #include <abstractions/gnunet-suid>
7
8   capability setuid,
9
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>
14
15 }