aboutsummaryrefslogtreecommitdiff
path: root/contrib/apparmor/gnunet-daemon-topology
blob: 777baa4f3919ebae473e4b820fb8655eb16962a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Last Modified: Fri Jul  3 17:37:12 2015
#include <tunables/global>
#include <tunables/gnunet>

profile @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-daemon-topology {
  #include <abstractions/base>
  #include <abstractions/gnunet-common>

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