aboutsummaryrefslogtreecommitdiff
path: root/contrib/apparmor/usr.local.lib.gnunet.libexec.gnunet-service-regex
blob: e82f0483a540d6ff1527509f081abb413642e0b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Last Modified: Tue Jul 21 16:59:39 2015
#include <tunables/global>

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

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

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

  #Gnunet librairies
  /usr/local/lib/libgnunetdht.so.* mr,
  /usr/local/lib/libgnunetregexblock.so.* mr,
  /usr/local/lib/libgnunetstatistics.so.* mr,

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