aboutsummaryrefslogtreecommitdiff
path: root/contrib/apparmor/gnunet-service-template
blob: 4b442239f30d3c6c2058b61095f6fef0cc0a1f3d (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/base>
  #include <abstractions/gnunet-common>

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

  @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-service-template mr,
  
  # Site-specific additions and overrides. See local/README for details.
  #include <local/gnunet>
}