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

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

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

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