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

profile @{GNUNET_PREFIX}/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
  @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-service-template mr,
}