# 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>
}
