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

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

  /tmp/gnunet-system-runtime/ w,
  /tmp/gnunet-system-runtime/gnunet-service-template.sock w,

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

  #Gnunet Librairies
  /usr/local/lib/gnunet/libexec/gnunet-service-template mr,
}