12345678910111213141516171819 |
- # Last Modified: Thu Jul 9 10:16:30 2015
- #include <tunables/global>
- #include <tunables/gnunet>
- profile @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-service-revocation {
- #include <abstractions/base>
- #include <abstractions/gnunet-common>
-
- /tmp/gnunet-system-runtime/gnunet-service-revocation.sock rw,
- @{GNUNET_USER}/.local/share/gnunet/revocation.dat rw,
- @{HOME}/.local/share/gnunet/revocation.dat rw,
- @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-service-revocation mr,
-
- # Site-specific additions and overrides. See local/README for details.
- #include <local/gnunet>
- }
|