gnunet-service-peerstore 718 B

123456789101112131415161718192021
  1. # Last Modified: Mon Jul 27 11:06:13 2015
  2. #include <tunables/global>
  3. #include <tunables/gnunet>
  4. profile @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-service-peerstore {
  5. #include <abstractions/base>
  6. #include <abstractions/gnunet-common>
  7. #include <abstractions/gnunet-db>
  8. @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-service-peerstore mr,
  9. #Gnunet Plugin
  10. # @{GNUNET_PREFIX}/lib/gnunet/libgnunet_plugin_peerstore_*.la r,
  11. @{GNUNET_PREFIX}/lib/gnunet/libgnunet_plugin_peerstore_*.so mr,
  12. @{GNUNET_USER}/.local/share/gnunet/peerstore/*.db rwk,
  13. @{GNUNET_USER}/.local/share/gnunet/peerstore/*.db-journal rw,
  14. # Site-specific additions and overrides. See local/README for details.
  15. #include <local/gnunet>
  16. }