aboutsummaryrefslogtreecommitdiff
path: root/contrib/apparmor/gnunet-service-revocation
diff options
context:
space:
mode:
authorJulien Morvan <julien.morvan@outlook.com>2015-07-31 13:53:26 +0000
committerJulien Morvan <julien.morvan@outlook.com>2015-07-31 13:53:26 +0000
commit847e9575ed85eadb979bc416afec7cf898cf00d1 (patch)
tree4fa7f2f3d62a1dfbe14e160879a838a56ddd14ae /contrib/apparmor/gnunet-service-revocation
parent18d3aebbb66f453d5b57bb28dd284508bb938332 (diff)
downloadgnunet-847e9575ed85eadb979bc416afec7cf898cf00d1.tar.gz
gnunet-847e9575ed85eadb979bc416afec7cf898cf00d1.zip
Diffstat (limited to 'contrib/apparmor/gnunet-service-revocation')
-rw-r--r--contrib/apparmor/gnunet-service-revocation27
1 files changed, 27 insertions, 0 deletions
diff --git a/contrib/apparmor/gnunet-service-revocation b/contrib/apparmor/gnunet-service-revocation
new file mode 100644
index 000000000..6e6412820
--- /dev/null
+++ b/contrib/apparmor/gnunet-service-revocation
@@ -0,0 +1,27 @@
1# Last Modified: Thu Jul 9 10:16:30 2015
2
3#include <tunables/global>
4#include <tunables/gnunet>
5
6profile @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-service-revocation {
7 #include <abstractions/gnunet-common>
8
9 /etc/gnunet.conf r,
10 @{HOME}/.config/gnunet.conf r,
11
12 /tmp/gnunet-system-runtime/gnunet-service-revocation.unix w,
13
14 /var/lib/gnunet/.local/share/gnunet/revocation.dat rw,
15
16 @{HOME}/.local/share/gnunet/revocation.dat rw,
17
18 /usr/lib/ld-*.so r,
19
20 @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-service-revocation mr,
21
22 #Gnunet librairies
23 @{GNUNET_PREFIX}/lib/libgnunetcore.so.* mr,
24 @{GNUNET_PREFIX}/lib/libgnunetrevocation.so.* mr,
25 @{GNUNET_PREFIX}/lib/libgnunetset.so.* mr,
26 @{GNUNET_PREFIX}/lib/libgnunetstatistics.so.* mr,
27}