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

profile @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-service-vpn {
  #include <abstractions/base>
  #include <abstractions/gnunet-common>


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

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