aboutsummaryrefslogtreecommitdiff
path: root/contrib/apparmor/usr.local.lib.gnunet.libexec.gnunet-daemon-exit
blob: 122b729bdb2fc58ba0ca41701bfcb8b099cb6b05 (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
# Last Modified: Mon Jul 27 15:57:50 2015
#include <tunables/global>

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

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

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

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

  #Gnunet librairies
  /usr/local/lib/libgnunetcadet.so.* mr,
  /usr/local/lib/libgnunetdht.so.* mr,
  /usr/local/lib/libgnunetdnsstub.so.* mr,
  /usr/local/lib/libgnunetregex.so.* mr,
  /usr/local/lib/libgnunetstatistics.so.* mr,
  /usr/local/lib/libgnunettun.so.* mr,

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

}