gnunet-helper-vpn 445 B

123456789101112131415161718
  1. # Last Modified: Mon Jul 27 11:06:22 2015
  2. #include <tunables/global>
  3. #include <tunables/gnunet>
  4. profile @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-helper-vpn {
  5. #include <abstractions/gnunet-suid>
  6. #Capability
  7. capability net_admin,
  8. capability setuid,
  9. /dev/net/tun rw,
  10. @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-helper-vpn mr,
  11. # Site-specific additions and overrides. See local/README for details.
  12. #include <local/gnunet>
  13. }