aboutsummaryrefslogtreecommitdiff
path: root/contrib/apparmor/gnunet-publish
blob: 105ff18618c03214c670143968f64bb9e7995e1c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Last Modified: Thu Aug  6 12:00:00 2015
#include <tunables/global>
#include <tunables/gnunet>

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

  @{GNUNET_PREFIX}/bin/gnunet-publish mr,

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