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

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

  @{HOME}/.local/share/gnunet/private_key.ecc rk,
  @{GNUNET_PREFIX}/bin/gnunet-set-profiler mr,

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