gnunet-service-peerinfo 613 B

1234567891011121314151617181920
  1. # Last Modified: Wed Jul 8 17:03:17 2015
  2. #include <tunables/global>
  3. #include <tunables/gnunet>
  4. profile @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-service-peerinfo {
  5. #include <abstractions/base>
  6. #include <abstractions/gnunet-common>
  7. @{GNUNET_PREFIX}/share/gnunet/hellos/ r,
  8. @{GNUNET_PREFIX}/share/gnunet/hellos/* r,
  9. @{GNUNET_USER}/.local/share/gnunet/peerinfo/hosts/ r,
  10. @{GNUNET_USER}/.local/share/gnunet/peerinfo/hosts/* rw,
  11. @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-service-peerinfo mr,
  12. # Site-specific additions and overrides. See local/README for details.
  13. #include <local/gnunet>
  14. }