-remove debug message
[oweals/gnunet.git] / apparmor / gnunet-gns-proxy
1 # Last Modified: Tue Jul 21 16:35:07 2015
2 #include <tunables/global>
3 #include <tunables/gnunet>
4
5 profile @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-gns-proxy {
6   #include <abstractions/base>
7   #include <abstractions/gnunet-common>
8
9   /etc/ssl/openssl.cnf r,
10
11   @{HOME}/.local/share/gnunet/gns/gns_ca_cert.pem r,
12
13   @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-gns-proxy mr,
14   
15   # Site-specific additions and overrides. See local/README for details.
16   #include <local/gnunet>
17 }