aboutsummaryrefslogtreecommitdiff
path: root/contrib/apparmor/usr.local.lib.gnunet.libexec.gnunet-service-namestore
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/apparmor/usr.local.lib.gnunet.libexec.gnunet-service-namestore')
-rw-r--r--contrib/apparmor/usr.local.lib.gnunet.libexec.gnunet-service-namestore35
1 files changed, 35 insertions, 0 deletions
diff --git a/contrib/apparmor/usr.local.lib.gnunet.libexec.gnunet-service-namestore b/contrib/apparmor/usr.local.lib.gnunet.libexec.gnunet-service-namestore
new file mode 100644
index 000000000..3b917a2a3
--- /dev/null
+++ b/contrib/apparmor/usr.local.lib.gnunet.libexec.gnunet-service-namestore
@@ -0,0 +1,35 @@
1# Last Modified: Tue Jul 7 10:43:41 2015
2#include <tunables/global>
3
4/usr/local/lib/gnunet/libexec/gnunet-service-namestore {
5 #include <abstractions/gnunet-common>
6
7 /usr/local/lib/gnunet/libexec/gnunet-service-namestore mr,
8
9 #Gnunet librairies
10 /usr/local/lib/libgnunetnamecache.so.* mr,
11 /usr/local/lib/libgnunetgnsrecord.so.* mr,
12 /usr/local/lib/libgnunetstatistics.so.* mr,
13 /usr/local/lib/libgnunetnamestore.so.* mr,
14 /usr/local/lib/libgnunetdnsparser.so.* mr,
15
16 #Gnunet plugin
17 /usr/local/lib/gnunet/libgnunet_plugin_namestore_sqlite.la r,
18 /usr/local/lib/gnunet/libgnunet_plugin_namestore_sqlite.so mr,
19
20 #Librairies
21 /usr/lib/libidn.so.* mr,
22 /usr/lib/ld-*.so r,
23 /usr/lib/libsqlite3.so.* mr,
24 /usr/lib/libpthread-*.so mr,
25
26 /var/lib/gnunet/.local/share/gnunet/namestore/ ra,
27 /var/lib/gnunet/.local/share/gnunet/namestore/sqlite.db rwk,
28 /var/lib/gnunet/.local/share/gnunet/namestore/sqlite.db-journal rw,
29
30 @{HOME}/.local/share/gnunet/namestore/ r,
31 @{HOME}/.local/share/gnunet/namestore/sqlite.db rwk,
32 @{HOME}/.local/share/gnunet/namestore/sqlite.db-journal rw,
33
34 /tmp/gnunet-*-runtime/ a,
35}