aboutsummaryrefslogtreecommitdiff
path: root/contrib/apparmor/usr.local.lib.gnunet.libexec.gnunet-service-nse
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/apparmor/usr.local.lib.gnunet.libexec.gnunet-service-nse')
-rw-r--r--contrib/apparmor/usr.local.lib.gnunet.libexec.gnunet-service-nse23
1 files changed, 23 insertions, 0 deletions
diff --git a/contrib/apparmor/usr.local.lib.gnunet.libexec.gnunet-service-nse b/contrib/apparmor/usr.local.lib.gnunet.libexec.gnunet-service-nse
new file mode 100644
index 000000000..54acd5215
--- /dev/null
+++ b/contrib/apparmor/usr.local.lib.gnunet.libexec.gnunet-service-nse
@@ -0,0 +1,23 @@
1# Last Modified: Fri Jul 3 17:37:49 2015
2#include <tunables/global>
3
4/usr/local/lib/gnunet/libexec/gnunet-service-nse {
5 #include <abstractions/gnunet-common>
6
7 /usr/local/lib/gnunet/libexec/gnunet-service-nse mr,
8
9 #Gnunet librairies
10 /usr/local/lib/libgnunetnse.so.* mr,
11 /usr/local/lib/libgnunetcore.so.* mr,
12 /usr/local/lib/libgnunetstatistics.so.* mr,
13
14 /usr/lib/ld-*.so mr,
15
16 /tmp/gnunet-system-runtime/gnunet-service-nse.unix w,
17
18 @{HOME}/.local/share/gnunet/private_key.ecc rk,
19 owner @{HOME}/.local/share/gnunet/nse/proof.dat rw,
20
21 /var/lib/gnunet/.local/share/gnunet/private_key.ecc rwk,
22 /var/lib/gnunet/.local/share/gnunet/nse/proof.dat rw,
23}