aboutsummaryrefslogtreecommitdiff
path: root/contrib/apparmor/gnunet-service-revocation
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/apparmor/gnunet-service-revocation')
-rw-r--r--contrib/apparmor/gnunet-service-revocation20
1 files changed, 6 insertions, 14 deletions
diff --git a/contrib/apparmor/gnunet-service-revocation b/contrib/apparmor/gnunet-service-revocation
index 6e6412820..cd3c59f03 100644
--- a/contrib/apparmor/gnunet-service-revocation
+++ b/contrib/apparmor/gnunet-service-revocation
@@ -1,27 +1,19 @@
1# Last Modified: Thu Jul 9 10:16:30 2015 1# Last Modified: Thu Jul 9 10:16:30 2015
2
3#include <tunables/global> 2#include <tunables/global>
4#include <tunables/gnunet> 3#include <tunables/gnunet>
5 4
6profile @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-service-revocation { 5profile @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-service-revocation {
6 #include <abstractions/base>
7 #include <abstractions/gnunet-common> 7 #include <abstractions/gnunet-common>
8 8
9 /etc/gnunet.conf r, 9 /tmp/gnunet-system-runtime/gnunet-service-revocation.sock rw,
10 @{HOME}/.config/gnunet.conf r,
11
12 /tmp/gnunet-system-runtime/gnunet-service-revocation.unix w,
13 10
14 /var/lib/gnunet/.local/share/gnunet/revocation.dat rw, 11 @{GNUNET_USER}/.local/share/gnunet/revocation.dat rw,
15 12
16 @{HOME}/.local/share/gnunet/revocation.dat rw, 13 @{HOME}/.local/share/gnunet/revocation.dat rw,
17 14
18 /usr/lib/ld-*.so r,
19
20 @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-service-revocation mr, 15 @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-service-revocation mr,
21 16
22 #Gnunet librairies 17 # Site-specific additions and overrides. See local/README for details.
23 @{GNUNET_PREFIX}/lib/libgnunetcore.so.* mr, 18 #include <local/gnunet>
24 @{GNUNET_PREFIX}/lib/libgnunetrevocation.so.* mr,
25 @{GNUNET_PREFIX}/lib/libgnunetset.so.* mr,
26 @{GNUNET_PREFIX}/lib/libgnunetstatistics.so.* mr,
27} 19}