2
0

gnunet-service-resolver 554 B

1234567891011121314151617181920
  1. # Last Modified: Thu Jul 9 10:01:36 2015
  2. #include <tunables/global>
  3. #include <tunables/gnunet>
  4. profile @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-service-resolver {
  5. #include <abstractions/base>
  6. #include <abstractions/gnunet-common>
  7. @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-service-resolver mr,
  8. /etc/nsswitch.conf r,
  9. /etc/resolv.conf r,
  10. /etc/host.conf r,
  11. /etc/hosts r,
  12. /tmp/gnunet-system-runtime/gnunet-service-resolver.sock w,
  13. # Site-specific additions and overrides. See local/README for details.
  14. #include <local/gnunet>
  15. }