gnunet-helper-transport-bluetooth 519 B

123456789101112131415161718
  1. # Last Modified: Tue Jul 28 11:44:00 2015
  2. #include <tunables/global>
  3. #include <tunables/gnunet>
  4. # Add extra libs for this helper(libthread and libbluetooth)
  5. @{LIBS}+=libpthread libbluetooth
  6. profile @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-helper-transport-bluetooth {
  7. #include <abstractions/gnunet-suid>
  8. capability setuid,
  9. @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-helper-transport-bluetooth mr,
  10. # Site-specific additions and overrides. See local/README for details.
  11. #include <local/gnunet-suid>
  12. }