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