aboutsummaryrefslogtreecommitdiff
path: root/contrib/apparmor/gnunet-datastore
blob: 2ade374b6eb33712ec63ba3b9d21458d3204971e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Last Modified: Fri Aug  7 16:29:48 2015
#include <tunables/global>
#include <tunables/gnunet>

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

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

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