aboutsummaryrefslogtreecommitdiff
path: root/contrib/apparmor/gnunet-service-peerinfo
blob: 4da70eb534a3b8583c7e28180ceee5a2ac34034a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Last Modified: Wed Jul  8 17:03:17 2015
#include <tunables/global>
#include <tunables/gnunet>

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

  @{GNUNET_PREFIX}/share/gnunet/hellos/ r,
  @{GNUNET_PREFIX}/share/gnunet/hellos/* r,

  @{GNUNET_USER}/.local/share/gnunet/peerinfo/hosts/ r,
  @{GNUNET_USER}/.local/share/gnunet/peerinfo/hosts/* rw,


  @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-service-peerinfo mr,
  
  # Site-specific additions and overrides. See local/README for details.
  #include <local/gnunet>
}