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