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