aboutsummaryrefslogtreecommitdiff
path: root/contrib/apparmor/gnunet-service-set
blob: 000884cd65cbc3e9e3cabbd7408cc12890c2eb3a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Last Modified: Wed Jul  8 10:52:48 2015
#include <tunables/global>
#include <tunables/gnunet>

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

  @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-service-set mr,
  
  # Site-specific additions and overrides. See local/README for details.
  #include <local/gnunet>
}