aboutsummaryrefslogtreecommitdiff
path: root/contrib/apparmor/usr.local.lib.gnunet.libexec.gnunet-daemon-pt
blob: 95a1bcf52694c10991b976684888ec4e22a1259b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Last Modified: Mon Jul 20 17:48:20 2015
#include <tunables/global>

/usr/local/lib/gnunet/libexec/gnunet-daemon-pt {
  #include <abstractions/gnunet-common>

  #Librairies
  /usr/lib/ld-*.so r,
  /usr/lib/libidn.so.* mr,

  /usr/lib/locale/locale-archive r,

  /usr/local/lib/gnunet/libexec/gnunet-daemon-pt mr,

  #Gnunet librairies
  /usr/local/lib/libgnunetcadet.so.* mr,
  /usr/local/lib/libgnunetdht.so.* mr,
  /usr/local/lib/libgnunetdns.so.* mr,
  /usr/local/lib/libgnunetdnsparser.so.* mr,
  /usr/local/lib/libgnunetmesh.so.* mr,
  /usr/local/lib/libgnunetstatistics.so.* mr,
  /usr/local/lib/libgnunetvpn.so.* mr,

  /usr/share/locale/locale.alias r,
}