gnunet-unindex 540 B

123456789101112131415161718192021
  1. # Last Modified: Mon Aug 10 17:40:53 2015
  2. #include <tunables/global>
  3. #include <tunables/gnunet>
  4. profile @{GNUNET_PREFIX}/bin/gnunet-unindex {
  5. #include <abstractions/base>
  6. #include <abstractions/gnunet-common>
  7. @{GNUNET_PREFIX}/bin/gnunet-unindex mr,
  8. @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-helper-fs-publish Px,
  9. #Path to files to unindex ?
  10. @{HOME}/ rw,
  11. @{HOME}/** rw,
  12. deny @{HOME}/.*/ rw,
  13. deny @{HOME}/.*/** rw,
  14. # Site-specific additions and overrides. See local/README for details.
  15. #include <local/gnunet>
  16. }