-move abe functionality out of util; prepare for release
[oweals/gnunet.git] / contrib / apparmor / gnunet-service-identity
1 # Last Modified: Tue Jul 21 11:51:29 2015
2 #include <tunables/global>
3 #include <tunables/gnunet>
4
5 profile @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-service-identity {
6   #include <abstractions/base>
7   #include <abstractions/gnunet-common>
8
9   /tmp/gnunet-*-runtime/ a,
10
11   @{GNUNET_USER}/.local/share/gnunet/identity/ a,
12   @{GNUNET_USER}/.local/share/gnunet/identity/egos/ ra,
13
14   @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-service-identity mr,
15
16   @{HOME}/.config/gnunet/identity/subsystem_defaults.conf rw,
17
18   @{HOME}/.local/share/gnunet/identity/egos/ r,
19   @{HOME}/.local/share/gnunet/identity/egos/master-zone rk,
20   @{HOME}/.local/share/gnunet/identity/egos/private-zone rk,
21   @{HOME}/.local/share/gnunet/identity/egos/short-zone rk,
22   @{HOME}/.local/share/gnunet/identity/egos/sks-zone rk,
23   
24   # Site-specific additions and overrides. See local/README for details.
25   #include <local/gnunet>
26 }