aboutsummaryrefslogtreecommitdiff
path: root/contrib/apparmor/gnunet-unindex
blob: e94a33152e13096d7ea65f91c5aea3249b847157 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Last Modified: Mon Aug 10 17:40:53 2015
#include <tunables/global>
#include <tunables/gnunet>

profile @{GNUNET_PREFIX}/bin/gnunet-unindex {
  #include <abstractions/base>
  #include <abstractions/gnunet-common>

  @{GNUNET_PREFIX}/bin/gnunet-unindex mr,
  
  @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-helper-fs-publish Px,

  #Path to files to unindex ?
  @{HOME}/ rw,
  @{HOME}/** rw,
  deny @{HOME}/.*/ rw,
  deny @{HOME}/.*/** rw,

  # Site-specific additions and overrides. See local/README for details.
  #include <local/gnunet>
}