aboutsummaryrefslogtreecommitdiff
path: root/contrib/apparmor/gnunet-daemon-hostlist
blob: 4e21b1b30547fbed875745bdba913b2ed04bb593 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Last Modified: Fri Jul 10 10:43:55 2015
#include <tunables/global>
#include <tunables/gnunet>

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

  /etc/gai.conf r,
  /etc/host.conf r,
  /etc/hosts r,
  /etc/nsswitch.conf r,
  /etc/resolv.conf r,

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