aboutsummaryrefslogtreecommitdiff
path: root/contrib/apparmor/gnunet-vpn
blob: 1cf5b5eccb5ca539e281c0253a03bdf6d67beb14 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Last Modified: Mon Aug 10 18:11:26 2015
#include <tunables/global>
#include <tunables/gnunet>

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

  @{GNUNET_PREFIX}/bin/gnunet-vpn mr,

  # Site-specific additions and overrides. See local/README for details.
  #include <local/gnunet>
}