aboutsummaryrefslogtreecommitdiff
path: root/contrib/apparmor/usr.local.lib.gnunet.libexec.gnunet-service-core
blob: e2b4229bb88e170d8a5362fcf808118b7ba97ae2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Last Modified: Thu Jul  9 10:16:30 2015

#include <tunables/global>

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

  /var/lib/gnunet/.local/share/gnunet/private_key.ecc rk,

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

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

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