-remove debug message
[oweals/gnunet.git] / apparmor / gnunet-arm
1 #Last Modified: Fri Jul  3 14:48:33 2015
2 #include <tunables/global>
3 #include <tunables/gnunet>
4
5 profile @{GNUNET_PREFIX}/bin/gnunet-arm {
6   #include <abstractions/base>
7   #include <abstractions/gnunet-common>
8
9   @{GNUNET_PREFIX}/bin/gnunet-arm mr,
10
11   @{GNUNET_PREFIX}/lib/libgnunetarm.so.* mr,
12
13   #GNUnet service
14   @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-service-arm Px ,
15
16   /tmp/gnunet-*-runtime/ rw,
17   /tmp/gnunet-*-runtime/gnunet-service-arm.sock rw,
18   
19   # Site-specific additions and overrides. See local/README for details.
20   #include <local/gnunet>
21 }