aboutsummaryrefslogtreecommitdiff
path: root/contrib/apparmor/gnunet-service-regex
diff options
context:
space:
mode:
authorJulien Morvan <julien.morvan@outlook.com>2015-08-17 09:23:39 +0000
committerJulien Morvan <julien.morvan@outlook.com>2015-08-17 09:23:39 +0000
commitc36169b334c725ab3e626cf32617da7b87ee6594 (patch)
treeedf22a77d248b54a2b6584e6c41d01a66090392d /contrib/apparmor/gnunet-service-regex
parent01d39499bb3af0674917c7dabb3b202427273ba8 (diff)
downloadgnunet-c36169b334c725ab3e626cf32617da7b87ee6594.tar.gz
gnunet-c36169b334c725ab3e626cf32617da7b87ee6594.zip
Diffstat (limited to 'contrib/apparmor/gnunet-service-regex')
-rw-r--r--contrib/apparmor/gnunet-service-regex13
1 files changed, 5 insertions, 8 deletions
diff --git a/contrib/apparmor/gnunet-service-regex b/contrib/apparmor/gnunet-service-regex
index 358675dc0..ba7a4f3a5 100644
--- a/contrib/apparmor/gnunet-service-regex
+++ b/contrib/apparmor/gnunet-service-regex
@@ -3,16 +3,13 @@
3#include <tunables/gnunet> 3#include <tunables/gnunet>
4 4
5profile @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-service-regex { 5profile @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-service-regex {
6 #include <abstractions/base>
6 #include <abstractions/gnunet-common> 7 #include <abstractions/gnunet-common>
7 8
8 /usr/lib/ld-*.so r,
9
10 @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-service-regex mr, 9 @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-service-regex mr,
11 10
12 #Gnunet librairies 11 @{GNUNET_USER}/.local/share/gnunet/private_key.ecc rk,
13 @{GNUNET_PREFIX}/lib/libgnunetdht.so.* mr, 12
14 @{GNUNET_PREFIX}/lib/libgnunetregexblock.so.* mr, 13 # Site-specific additions and overrides. See local/README for details.
15 @{GNUNET_PREFIX}/lib/libgnunetstatistics.so.* mr, 14 #include <local/gnunet>
16
17 /var/lib/gnunet/.local/share/gnunet/private_key.ecc rk,
18} 15}