aboutsummaryrefslogtreecommitdiff
path: root/contrib/apparmor/gnunet-helper-fs-publish
blob: 9d437194c0509da4c5005350d3998db86029e326 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Last Modified: Tue Jul 28 11:42:58 2015
#include <tunables/global>
#include <tunables/gnunet>

profile @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-helper-fs-publish {
  #include <abstractions/base>
  #include <abstractions/gnunet-common>
  #include <abstractions/user-download>

  /dev/shm/LE-* r,

  /usr/share/file/misc/magic.mgc r,

  @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-helper-fs-publish mr,
  
  # Site-specific additions and overrides. See local/README for details.
  #include <local/gnunet>
}