aboutsummaryrefslogtreecommitdiff
path: root/contrib/apparmor/gnunet-service-gns
blob: 25184e50dbbc812932c4473347e9ac2702f87f0f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Last Modified: Wed Jul  8 15:17:46 2015

#include <tunables/global>
#include <tunables/gnunet>

profile @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-service-gns {
  #include <abstractions/base>
  #include <abstractions/gnunet-common>

  /tmp/gnunet-*-runtime/gnunet-service-gns.sock rw,

  @{HOME}/.config/gnunet.conf r,

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