-remove debug message
[oweals/gnunet.git] / apparmor / gnunet-service-mesh
1 # Last Modified: Fri Jul  3 17:37:56 2015
2 #include <tunables/global>
3 #include <tunables/gnunet>
4
5 profile @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-service-mesh {
6   #include <abstractions/base>
7   #include <abstractions/gnunet-common>
8
9   @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-service-mesh mr,
10
11   @{HOME}/.local/share/gnunet/private_key.ecc rk,
12
13   /tmp/gnunet-system-runtime/gnunet-service-mesh.sock w,
14
15   @{GNUNET_USER}/.local/share/gnunet/private_key.ecc rwk,
16   
17   # Site-specific additions and overrides. See local/README for details.
18   #include <local/gnunet>
19 }