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

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

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

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