aboutsummaryrefslogtreecommitdiff
path: root/contrib/apparmor/gnunet-helper-transport-bluetooth
blob: b13ccb2690017d1b5efe941bce26e52906f35750 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Last Modified: Tue Jul 28 11:44:00 2015
#include <tunables/global>
#include <tunables/gnunet>

# Add extra libs for this helper(libthread and libbluetooth)
@{LIBS}+=libpthread libbluetooth

profile @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-helper-transport-bluetooth {
  #include <abstractions/gnunet-suid>

  capability setuid,

  @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-helper-transport-bluetooth mr,
  
  # Site-specific additions and overrides. See local/README for details.
  #include <local/gnunet-suid>

}