reduce loop counters to more practical levels
[oweals/gnunet.git] / contrib / apparmor / gnunet-daemon-hostlist
1 # Last Modified: Fri Jul 10 10:43:55 2015
2 #include <tunables/global>
3 #include <tunables/gnunet>
4
5 profile @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-daemon-hostlist {
6   #include <abstractions/base>
7   #include <abstractions/gnunet-common>
8
9   /etc/gai.conf r,
10   /etc/host.conf r,
11   /etc/hosts r,
12   /etc/nsswitch.conf r,
13   /etc/resolv.conf r,
14
15   @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-daemon-hostlist mr,
16   
17   # Site-specific additions and overrides. See local/README for details.
18   #include <local/gnunet>
19 }