aboutsummaryrefslogtreecommitdiff
path: root/contrib/apparmor/gnunet-datastore
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/apparmor/gnunet-datastore')
-rw-r--r--contrib/apparmor/gnunet-datastore13
1 files changed, 13 insertions, 0 deletions
diff --git a/contrib/apparmor/gnunet-datastore b/contrib/apparmor/gnunet-datastore
new file mode 100644
index 000000000..2ade374b6
--- /dev/null
+++ b/contrib/apparmor/gnunet-datastore
@@ -0,0 +1,13 @@
1# Last Modified: Fri Aug 7 16:29:48 2015
2#include <tunables/global>
3#include <tunables/gnunet>
4
5profile @{GNUNET_PREFIX}/bin/gnunet-datastore {
6 #include <abstractions/base>
7 #include <abstractions/gnunet-common>
8
9 @{GNUNET_PREFIX}/bin/gnunet-datastore mr,
10
11 # Site-specific additions and overrides. See local/README for details.
12 #include <local/gnunet>
13}