-move abe functionality out of util; prepare for release
[oweals/gnunet.git] / contrib / apparmor / gnunet-service-peerinfo
1 # Last Modified: Wed Jul  8 17:03:17 2015
2 #include <tunables/global>
3 #include <tunables/gnunet>
4
5 profile @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-service-peerinfo {
6   #include <abstractions/base>
7   #include <abstractions/gnunet-common>
8
9   @{GNUNET_PREFIX}/share/gnunet/hellos/ r,
10   @{GNUNET_PREFIX}/share/gnunet/hellos/* r,
11
12   @{GNUNET_USER}/.local/share/gnunet/peerinfo/hosts/ r,
13   @{GNUNET_USER}/.local/share/gnunet/peerinfo/hosts/* rw,
14
15
16   @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-service-peerinfo mr,
17   
18   # Site-specific additions and overrides. See local/README for details.
19   #include <local/gnunet>
20 }