aboutsummaryrefslogtreecommitdiff
path: root/contrib/apparmor/gnunet-helper-audio-record
blob: afed73ffbb531b30da33f400783c81ee22df5be4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Last Modified: Tue Jul 28 11:42:58 2015
#include <tunables/global>
#include <tunables/gnunet>

profile @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-helper-audio-record {
  #include <abstractions/base>
  #include <abstractions/gnunet-common>
  #include <abstractions/audio>

  @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-helper-audio-record mr,
 
  /etc/machine-id r,
  owner @{HOME}/.Xauthority r,

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