-move abe functionality out of util; prepare for release
[oweals/gnunet.git] / contrib / apparmor / gnunet-unindex
1 # Last Modified: Mon Aug 10 17:40:53 2015
2 #include <tunables/global>
3 #include <tunables/gnunet>
4
5 profile @{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 }