aboutsummaryrefslogtreecommitdiff
path: root/contrib/apparmor/gnunet-conversation-test
blob: 7eefec2ce3728feb98b0c6caffa3dc13d0d3887b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Last Modified: Fri Aug  7 16:02:29 2015
#include <tunables/global>
#include <tunables/gnunet>

profile @{GNUNET_PREFIX}/bin/gnunet-conversation-test {
  #include <abstractions/base>
  #include <abstractions/gnunet-common>

  @{GNUNET_PREFIX}/bin/gnunet-conversation-test mr,

  @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-helper-audio-playback Px,
  @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-helper-audio-record Px,

  # Site-specific additions and overrides. See local/README for details.
  #include <local/gnunet>
}