aboutsummaryrefslogtreecommitdiff
path: root/contrib/apparmor/gnunet-set-ibf-profiler
blob: 71fa986493d220591dcbcd2152d9ade9d96ec292 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Last Modified: Mon Aug 10 18:15:38 2015
#include <tunables/global>
#include <tunables/gnunet>

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

  @{GNUNET_PREFIX}/bin/gnunet-set-ibf-profiler mr,

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