aboutsummaryrefslogtreecommitdiff
path: root/contrib/apparmor/gnunet-service-revocation
blob: cd3c59f03dc425b3d5f34b2f9f89875856452a1d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Last Modified: Thu Jul  9 10:16:30 2015
#include <tunables/global>
#include <tunables/gnunet>

profile @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-service-revocation {
  #include <abstractions/base>
  #include <abstractions/gnunet-common>
  
  /tmp/gnunet-system-runtime/gnunet-service-revocation.sock rw,

  @{GNUNET_USER}/.local/share/gnunet/revocation.dat rw,

  @{HOME}/.local/share/gnunet/revocation.dat rw,

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