aboutsummaryrefslogtreecommitdiff
path: root/contrib/apparmor/usr.local.lib.gnunet.libexec.gnunet-service-peerinfo
blob: 8c7f079b4158472b89277ee23c9523f2e6241411 (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>

/usr/local/lib/gnunet/libexec/gnunet-service-peerinfo {
  #include <abstractions/gnunet-common>

  /usr/local/share/gnunet/hellos/ r,
  /usr/local/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,

  /usr/local/lib/gnunet/libexec/gnunet-service-peerinfo mr,

  /usr/local/lib/libgnunethello.so.* mr,
  /usr/local/lib/libgnunetstatistics.so.* mr,
}