aboutsummaryrefslogtreecommitdiff
path: root/contrib/apparmor/gnunet-daemon-regexprofiler
diff options
context:
space:
mode:
authorJulien Morvan <julien.morvan@outlook.com>2015-07-31 13:53:26 +0000
committerJulien Morvan <julien.morvan@outlook.com>2015-07-31 13:53:26 +0000
commit847e9575ed85eadb979bc416afec7cf898cf00d1 (patch)
tree4fa7f2f3d62a1dfbe14e160879a838a56ddd14ae /contrib/apparmor/gnunet-daemon-regexprofiler
parent18d3aebbb66f453d5b57bb28dd284508bb938332 (diff)
downloadgnunet-847e9575ed85eadb979bc416afec7cf898cf00d1.tar.gz
gnunet-847e9575ed85eadb979bc416afec7cf898cf00d1.zip
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}