aboutsummaryrefslogtreecommitdiff
path: root/contrib/apparmor/gnunet-namestore-fcfsd
blob: 8ac09e69b314a7672145716ab6a6ec8f92cea184 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Last Modified: Tue Jul 21 17:25:12 2015
#include <tunables/global>
#include <tunables/gnunet>

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

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