aboutsummaryrefslogtreecommitdiff
path: root/contrib/apparmor/usr.local.lib.gnunet.libexec.gnunet-service-nse
blob: 54acd5215300054fde80908f34445f4416874914 (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
# Last Modified: Fri Jul  3 17:37:49 2015
#include <tunables/global>

/usr/local/lib/gnunet/libexec/gnunet-service-nse {
  #include <abstractions/gnunet-common>

  /usr/local/lib/gnunet/libexec/gnunet-service-nse mr,

  #Gnunet librairies
  /usr/local/lib/libgnunetnse.so.* mr,
  /usr/local/lib/libgnunetcore.so.* mr,
  /usr/local/lib/libgnunetstatistics.so.* mr,

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

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

  @{HOME}/.local/share/gnunet/private_key.ecc rk,
  owner @{HOME}/.local/share/gnunet/nse/proof.dat rw,

  /var/lib/gnunet/.local/share/gnunet/private_key.ecc rwk,
  /var/lib/gnunet/.local/share/gnunet/nse/proof.dat rw,
}