aboutsummaryrefslogtreecommitdiff
path: root/contrib/apparmor/usr.local.lib.gnunet.libexec.gnunet-daemon-testbed-underlay
blob: 260b60400fa2e915000c04d9afbdba6306b58cbb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Last Modified: Mon Jul 27 16:37:03 2015
#include <tunables/global>

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

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

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

  /usr/local/lib/gnunet/libexec/gnunet-daemon-testbed-underlay mr,

  #Gnunet librairies
  /usr/local/lib/libgnunetats.so.* mr,
  /usr/local/lib/libgnunethello.so.* mr,
  /usr/local/lib/libgnunettransport.so.* mr,

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