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