aboutsummaryrefslogtreecommitdiff
path: root/contrib/apparmor/usr.local.lib.gnunet.libexec.gnunet-service-identity
blob: 7e550acb9edfd539fe5c5e1f151bf146b021c31d (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
# Last Modified: Tue Jul 21 11:51:29 2015
#include <tunables/global>

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

  /tmp/gnunet-*-runtime/ a,

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

  /var/lib/gnunet/.local/share/gnunet/identity/ a,
  /var/lib/gnunet/.local/share/gnunet/identity/egos/ ra,

  /usr/local/lib/gnunet/libexec/gnunet-service-identity mr,
  /usr/local/lib/libgnunetstatistics.so.* mr,

  @{HOME}/.config/gnunet/identity/subsystem_defaults.conf rw,

  @{HOME}/.local/share/gnunet/identity/egos/ r,
  @{HOME}/.local/share/gnunet/identity/egos/master-zone rk,
  @{HOME}/.local/share/gnunet/identity/egos/private-zone rk,
  @{HOME}/.local/share/gnunet/identity/egos/short-zone rk,
  @{HOME}/.local/share/gnunet/identity/egos/sks-zone rk,
}