gnunet

Main GNUnet Logic
Log | Files | Refs | Submodules | README | LICENSE

gnunet-service-peerstore (718B)


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