-move abe functionality out of util; prepare for release
[oweals/gnunet.git] / contrib / apparmor / gnunet-conversation-test
1 # Last Modified: Fri Aug  7 16:02:29 2015
2 #include <tunables/global>
3 #include <tunables/gnunet>
4
5 profile @{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 }