12345678910111213141516171819 |
- # Last Modified: Fri Jul 3 17:37:56 2015
- #include <tunables/global>
- #include <tunables/gnunet>
- profile @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-service-mesh {
- #include <abstractions/base>
- #include <abstractions/gnunet-common>
- @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-service-mesh mr,
- @{HOME}/.local/share/gnunet/private_key.ecc rk,
- /tmp/gnunet-system-runtime/gnunet-service-mesh.sock w,
- @{GNUNET_USER}/.local/share/gnunet/private_key.ecc rwk,
-
- # Site-specific additions and overrides. See local/README for details.
- #include <local/gnunet>
- }
|