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