aboutsummaryrefslogtreecommitdiff
path: root/contrib/apparmor/gnunet-service-conversation
blob: 74033276815a3c78d990a83e9bd7ea7c710cf340 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Last Modified: Tue Jul 21 16:53:39 2015
#include <tunables/global>
#include <tunables/gnunet>

profile @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-service-conversation {
  #include <abstractions/base>
  #include <abstractions/gnunet-common>

  @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-service-conversation mr,

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

  @{GNUNET_USER}/.local/share/gnunet/private_key.ecc rk,
  
  # Site-specific additions and overrides. See local/README for details.
  #include <local/gnunet>
}