gnunet-scrypt 569 B

12345678910111213141516171819
  1. # Last Modified: Mon Aug 10 15:36:34 2015
  2. #include <tunables/global>
  3. #include <tunables/gnunet>
  4. profile @{GNUNET_PREFIX}/bin/gnunet-scrypt {
  5. #include <abstractions/base>
  6. #include <abstractions/gnunet-common>
  7. @{HOME}/.local/share/gnunet/nse/proof.dat rw,
  8. @{HOME}/.local/share/gnunet/private_key.ecc rk,
  9. @{GNUNET_PREFIX}/bin/gnunet-scrypt mr,
  10. @{GNUNET_USER}/.local/share/gnunet/nse/proof.dat rw,
  11. @{GNUNET_USER}/.local/share/gnunet/private_key.ecc rk,
  12. # Site-specific additions and overrides. See local/README for details.
  13. #include <local/gnunet>
  14. }