aboutsummaryrefslogtreecommitdiff
path: root/contrib/apparmor/gnunet-gns-proxy
blob: 99a306434ccee123ec4c2e8486561f96645ded73 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Last Modified: Tue Jul 21 16:35:07 2015
#include <tunables/global>
#include <tunables/gnunet>

profile @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-gns-proxy {
  #include <abstractions/base>
  #include <abstractions/gnunet-common>

  /etc/ssl/openssl.cnf r,

  @{HOME}/.local/share/gnunet/gns/gns_ca_cert.pem r,

  @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-gns-proxy mr,
  
  # Site-specific additions and overrides. See local/README for details.
  #include <local/gnunet>
}