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