12345678910111213141516171819 |
- # 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>
- }
|