aboutsummaryrefslogtreecommitdiff
path: root/contrib/apparmor/gnunet-conversation-test
diff options
context:
space:
mode:
authorJulien Morvan <julien.morvan@outlook.com>2015-08-17 09:23:39 +0000
committerJulien Morvan <julien.morvan@outlook.com>2015-08-17 09:23:39 +0000
commitc36169b334c725ab3e626cf32617da7b87ee6594 (patch)
treeedf22a77d248b54a2b6584e6c41d01a66090392d /contrib/apparmor/gnunet-conversation-test
parent01d39499bb3af0674917c7dabb3b202427273ba8 (diff)
downloadgnunet-c36169b334c725ab3e626cf32617da7b87ee6594.tar.gz
gnunet-c36169b334c725ab3e626cf32617da7b87ee6594.zip
Diffstat (limited to 'contrib/apparmor/gnunet-conversation-test')
-rw-r--r--contrib/apparmor/gnunet-conversation-test16
1 files changed, 16 insertions, 0 deletions
diff --git a/contrib/apparmor/gnunet-conversation-test b/contrib/apparmor/gnunet-conversation-test
new file mode 100644
index 000000000..7eefec2ce
--- /dev/null
+++ b/contrib/apparmor/gnunet-conversation-test
@@ -0,0 +1,16 @@
1# Last Modified: Fri Aug 7 16:02:29 2015
2#include <tunables/global>
3#include <tunables/gnunet>
4
5profile @{GNUNET_PREFIX}/bin/gnunet-conversation-test {
6 #include <abstractions/base>
7 #include <abstractions/gnunet-common>
8
9 @{GNUNET_PREFIX}/bin/gnunet-conversation-test mr,
10
11 @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-helper-audio-playback Px,
12 @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-helper-audio-record Px,
13
14 # Site-specific additions and overrides. See local/README for details.
15 #include <local/gnunet>
16}