aboutsummaryrefslogtreecommitdiff
path: root/contrib/apparmor/gnunet-unindex
diff options
context:
space:
mode:
authorJulien Morvan <julien.morvan@outlook.com>2015-08-17 09:23:39 +0000
committerJulien Morvan <julien.morvan@outlook.com>2015-08-17 09:23:39 +0000
commitc36169b334c725ab3e626cf32617da7b87ee6594 (patch)
treeedf22a77d248b54a2b6584e6c41d01a66090392d /contrib/apparmor/gnunet-unindex
parent01d39499bb3af0674917c7dabb3b202427273ba8 (diff)
downloadgnunet-c36169b334c725ab3e626cf32617da7b87ee6594.tar.gz
gnunet-c36169b334c725ab3e626cf32617da7b87ee6594.zip
Diffstat (limited to 'contrib/apparmor/gnunet-unindex')
-rw-r--r--contrib/apparmor/gnunet-unindex21
1 files changed, 21 insertions, 0 deletions
diff --git a/contrib/apparmor/gnunet-unindex b/contrib/apparmor/gnunet-unindex
new file mode 100644
index 000000000..e94a33152
--- /dev/null
+++ b/contrib/apparmor/gnunet-unindex
@@ -0,0 +1,21 @@
1# Last Modified: Mon Aug 10 17:40:53 2015
2#include <tunables/global>
3#include <tunables/gnunet>
4
5profile @{GNUNET_PREFIX}/bin/gnunet-unindex {
6 #include <abstractions/base>
7 #include <abstractions/gnunet-common>
8
9 @{GNUNET_PREFIX}/bin/gnunet-unindex mr,
10
11 @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-helper-fs-publish Px,
12
13 #Path to files to unindex ?
14 @{HOME}/ rw,
15 @{HOME}/** rw,
16 deny @{HOME}/.*/ rw,
17 deny @{HOME}/.*/** rw,
18
19 # Site-specific additions and overrides. See local/README for details.
20 #include <local/gnunet>
21}