aboutsummaryrefslogtreecommitdiff
path: root/contrib/apparmor/gnunet-daemon-regexprofiler
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/apparmor/gnunet-daemon-regexprofiler')
-rw-r--r--contrib/apparmor/gnunet-daemon-regexprofiler13
1 files changed, 13 insertions, 0 deletions
diff --git a/contrib/apparmor/gnunet-daemon-regexprofiler b/contrib/apparmor/gnunet-daemon-regexprofiler
new file mode 100644
index 000000000..eface26d1
--- /dev/null
+++ b/contrib/apparmor/gnunet-daemon-regexprofiler
@@ -0,0 +1,13 @@
1# Last Modified: Tue Jul 28 11:42:58 2015
2#include <tunables/global>
3#include <tunables/gnunet>
4
5profile @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-daemon-regexprofiler flags=(complain) {
6 #include <abstractions/gnunet-common>
7
8 @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-daemon-regexprofiler mr,
9 @{GNUNET_PREFIX}/lib/libgnunetdht.so.* mr,
10 @{GNUNET_PREFIX}/lib/libgnunetregexblock.so.* mr,
11 @{GNUNET_PREFIX}/lib/libgnunetstatistics.so.* mr,
12
13}