aboutsummaryrefslogtreecommitdiff
path: root/contrib/apparmor/gnunet-service-revocation
blob: 6e6412820289a3fd69024d73833b9c2ecbff091a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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/gnunet-common>
  
  /etc/gnunet.conf r,
  @{HOME}/.config/gnunet.conf r,

  /tmp/gnunet-system-runtime/gnunet-service-revocation.unix w,

  /var/lib/gnunet/.local/share/gnunet/revocation.dat rw,

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

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

  @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-service-revocation mr,

  #Gnunet librairies
  @{GNUNET_PREFIX}/lib/libgnunetcore.so.* mr,
  @{GNUNET_PREFIX}/lib/libgnunetrevocation.so.* mr,
  @{GNUNET_PREFIX}/lib/libgnunetset.so.* mr,
  @{GNUNET_PREFIX}/lib/libgnunetstatistics.so.* mr,
}