aboutsummaryrefslogtreecommitdiff
path: root/contrib/apparmor/gnunet-nse
blob: 74c0d9420d4c16c1c6aa2d6280f9a9140b9c8825 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Last Modified: Mon Aug 10 11:38:47 2015
#include <tunables/global>
#include <tunables/gnunet>

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

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

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