reduce loop counters to more practical levels
[oweals/gnunet.git] / contrib / apparmor / gnunet-service-conversation
1 # Last Modified: Tue Jul 21 16:53:39 2015
2 #include <tunables/global>
3 #include <tunables/gnunet>
4
5 profile @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-service-conversation {
6   #include <abstractions/base>
7   #include <abstractions/gnunet-common>
8
9   @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-service-conversation mr,
10
11   #GNUnet helper
12   @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-helper-audio-playback Px,
13   @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-helper-audio-record   Px,
14
15   @{GNUNET_USER}/.local/share/gnunet/private_key.ecc rk,
16   
17   # Site-specific additions and overrides. See local/README for details.
18   #include <local/gnunet>
19 }