reduce loop counters to more practical levels
[oweals/gnunet.git] / contrib / apparmor / gnunet-service-gns
1 # Last Modified: Wed Jul  8 15:17:46 2015
2
3 #include <tunables/global>
4 #include <tunables/gnunet>
5
6 profile @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-service-gns {
7   #include <abstractions/base>
8   #include <abstractions/gnunet-common>
9
10   /tmp/gnunet-*-runtime/gnunet-service-gns.sock rw,
11
12   @{HOME}/.config/gnunet.conf r,
13
14   @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-service-gns mr,
15   
16   # Site-specific additions and overrides. See local/README for details.
17   #include <local/gnunet>
18 }