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