aboutsummaryrefslogtreecommitdiff
path: root/contrib/apparmor/gnunet-service-peerinfo
blob: 1ce4a85f8ed05c1921060619ea073046a97f2aa3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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/gnunet-common>

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

  /var/lib/gnunet/.local/share/gnunet/peerinfo/hosts/ r,
  /var/lib/gnunet/.local/share/gnunet/peerinfo/hosts/* rw,

  /usr/lib/ld-*.so r,

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

  @{GNUNET_PREFIX}/lib/libgnunethello.so.* mr,
  @{GNUNET_PREFIX}/lib/libgnunetstatistics.so.* mr,
}