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

profile @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-helper-vpn flags=(complain) {

  #Capability
  capability net_admin,
  capability setuid,

  /dev/net/tun rw,
  /etc/ld.so.cache r,

  #Librairies
  /usr/lib/ld-*.so r,
  /usr/lib/libc-*.so mr,
  /usr/lib/libm-*.so mr,

  @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-helper-vpn mr,

}