gnunet-service-revocation 587 B

12345678910111213141516171819
  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-revocation {
  5. #include <abstractions/base>
  6. #include <abstractions/gnunet-common>
  7. /tmp/gnunet-system-runtime/gnunet-service-revocation.sock rw,
  8. @{GNUNET_USER}/.local/share/gnunet/revocation.dat rw,
  9. @{HOME}/.local/share/gnunet/revocation.dat rw,
  10. @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-service-revocation mr,
  11. # Site-specific additions and overrides. See local/README for details.
  12. #include <local/gnunet>
  13. }