gnunet-service-datastore 785 B

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