-move abe functionality out of util; prepare for release
[oweals/gnunet.git] / contrib / apparmor / gnunet-helper-vpn
1 # Last Modified: Mon Jul 27 11:06:22 2015
2 #include <tunables/global>
3 #include <tunables/gnunet> 
4
5 profile @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-helper-vpn {
6   #include <abstractions/gnunet-suid>
7
8   #Capability
9   capability net_admin,
10   capability setuid,
11
12   /dev/net/tun rw,
13
14   @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-helper-vpn mr,
15   
16   # Site-specific additions and overrides. See local/README for details.
17   #include <local/gnunet>
18 }