aboutsummaryrefslogtreecommitdiff
path: root/contrib/apparmor/gnunet-helper-vpn
blob: 8631b1b7c725cbde7527356497637d4522402d77 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Last Modified: Mon Jul 27 11:06:22 2015
#include <tunables/global>
#include <tunables/gnunet> 

profile @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-helper-vpn {
  #include <abstractions/gnunet-suid>

  #Capability
  capability net_admin,
  capability setuid,

  /dev/net/tun rw,

  @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-helper-vpn mr,
  
  # Site-specific additions and overrides. See local/README for details.
  #include <local/gnunet>
}