aboutsummaryrefslogtreecommitdiff
path: root/contrib/apparmor/gnunet-daemon-regexprofiler
blob: c47533bd001db8929829097191d0fa23e65b5e71 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Last Modified: Tue Jul 28 11:42:58 2015
#include <tunables/global>
#include <tunables/gnunet>

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

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