aboutsummaryrefslogtreecommitdiff
path: root/contrib/apparmor/gnunet-service-peerinfo
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/apparmor/gnunet-service-peerinfo')
-rw-r--r--contrib/apparmor/gnunet-service-peerinfo13
1 files changed, 6 insertions, 7 deletions
diff --git a/contrib/apparmor/gnunet-service-peerinfo b/contrib/apparmor/gnunet-service-peerinfo
index 1ce4a85f8..4da70eb53 100644
--- a/contrib/apparmor/gnunet-service-peerinfo
+++ b/contrib/apparmor/gnunet-service-peerinfo
@@ -1,21 +1,20 @@
1# Last Modified: Wed Jul 8 17:03:17 2015 1# Last Modified: Wed Jul 8 17:03:17 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-peerinfo { 5profile @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-service-peerinfo {
6 #include <abstractions/base>
7 #include <abstractions/gnunet-common> 7 #include <abstractions/gnunet-common>
8 8
9 @{GNUNET_PREFIX}/share/gnunet/hellos/ r, 9 @{GNUNET_PREFIX}/share/gnunet/hellos/ r,
10 @{GNUNET_PREFIX}/share/gnunet/hellos/* r, 10 @{GNUNET_PREFIX}/share/gnunet/hellos/* r,
11 11
12 /var/lib/gnunet/.local/share/gnunet/peerinfo/hosts/ r, 12 @{GNUNET_USER}/.local/share/gnunet/peerinfo/hosts/ r,
13 /var/lib/gnunet/.local/share/gnunet/peerinfo/hosts/* rw, 13 @{GNUNET_USER}/.local/share/gnunet/peerinfo/hosts/* rw,
14 14
15 /usr/lib/ld-*.so r,
16 15
17 @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-service-peerinfo mr, 16 @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-service-peerinfo mr,
18 17
19 @{GNUNET_PREFIX}/lib/libgnunethello.so.* mr, 18 # Site-specific additions and overrides. See local/README for details.
20 @{GNUNET_PREFIX}/lib/libgnunetstatistics.so.* mr, 19 #include <local/gnunet>
21} 20}