1234567891011121314151617181920 |
- # Last Modified: Wed Jul 8 17:03:17 2015
- #include <tunables/global>
- #include <tunables/gnunet>
- profile @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-service-peerinfo {
- #include <abstractions/base>
- #include <abstractions/gnunet-common>
- @{GNUNET_PREFIX}/share/gnunet/hellos/ r,
- @{GNUNET_PREFIX}/share/gnunet/hellos/* r,
- @{GNUNET_USER}/.local/share/gnunet/peerinfo/hosts/ r,
- @{GNUNET_USER}/.local/share/gnunet/peerinfo/hosts/* rw,
- @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-service-peerinfo mr,
-
- # Site-specific additions and overrides. See local/README for details.
- #include <local/gnunet>
- }
|