aboutsummaryrefslogtreecommitdiff
path: root/contrib/apparmor/gnunet-helper-transport-bluetooth
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/apparmor/gnunet-helper-transport-bluetooth')
-rw-r--r--contrib/apparmor/gnunet-helper-transport-bluetooth18
1 files changed, 18 insertions, 0 deletions
diff --git a/contrib/apparmor/gnunet-helper-transport-bluetooth b/contrib/apparmor/gnunet-helper-transport-bluetooth
new file mode 100644
index 000000000..b13ccb269
--- /dev/null
+++ b/contrib/apparmor/gnunet-helper-transport-bluetooth
@@ -0,0 +1,18 @@
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
8profile @{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}