aboutsummaryrefslogtreecommitdiff
path: root/contrib/apparmor/gnunet-daemon-testbed-underlay
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/apparmor/gnunet-daemon-testbed-underlay')
-rw-r--r--contrib/apparmor/gnunet-daemon-testbed-underlay23
1 files changed, 23 insertions, 0 deletions
diff --git a/contrib/apparmor/gnunet-daemon-testbed-underlay b/contrib/apparmor/gnunet-daemon-testbed-underlay
new file mode 100644
index 000000000..f11dcbca9
--- /dev/null
+++ b/contrib/apparmor/gnunet-daemon-testbed-underlay
@@ -0,0 +1,23 @@
1# Last Modified: Mon Jul 27 16:37:03 2015
2#include <tunables/global>
3#include <tunables/gnunet>
4
5profile @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-daemon-testbed-underlay {
6 #include <abstractions/gnunet-common>
7
8 #Librairies
9 /usr/lib/ld-*.so r,
10 /usr/lib/libpthread-*.so mr,
11 /usr/lib/libsqlite3.so.* mr,
12
13 /usr/lib/locale/locale-archive r,
14
15 @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-daemon-testbed-underlay mr,
16
17 #Gnunet librairies
18 @{GNUNET_PREFIX}/lib/libgnunetats.so.* mr,
19 @{GNUNET_PREFIX}/lib/libgnunethello.so.* mr,
20 @{GNUNET_PREFIX}/lib/libgnunettransport.so.* mr,
21
22 /usr/share/locale/locale.alias r,
23}