12345678910111213141516171819202122 |
- # Last Modified: Thu Jul 9 10:16:30 2015
- #include <tunables/global>
- #include <tunables/gnunet>
- profile @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-service-datastore {
- #include <abstractions/base>
- #include <abstractions/gnunet-common>
- #include <abstractions/gnunet-db>
-
- @{GNUNET_USER}/.local/share/gnunet/datastore/bloomfilter.* rw,
- @{GNUNET_USER}/.local/share/gnunet/datastore/*.db rwk,
- @{GNUNET_USER}/.local/share/gnunet/datastore/*.db-journal rw,
- @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-service-datastore mr,
- #Gnunet plugin
- # @{GNUNET_PREFIX}/lib/gnunet/libgnunet_plugin_datastore_*.la r,
- @{GNUNET_PREFIX}/lib/gnunet/libgnunet_plugin_datastore_*.so mr,
-
- # Site-specific additions and overrides. See local/README for details.
- #include <local/gnunet>
- }
|