cd3c59f03dc425b3d5f34b2f9f89875856452a1d
[oweals/gnunet.git] / contrib / apparmor / gnunet-service-revocation
1 # Last Modified: Thu Jul  9 10:16:30 2015
2 #include <tunables/global>
3 #include <tunables/gnunet>
4
5 profile @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-service-revocation {
6   #include <abstractions/base>
7   #include <abstractions/gnunet-common>
8   
9   /tmp/gnunet-system-runtime/gnunet-service-revocation.sock rw,
10
11   @{GNUNET_USER}/.local/share/gnunet/revocation.dat rw,
12
13   @{HOME}/.local/share/gnunet/revocation.dat rw,
14
15   @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-service-revocation mr,
16   
17   # Site-specific additions and overrides. See local/README for details.
18   #include <local/gnunet>
19 }