aboutsummaryrefslogtreecommitdiff
path: root/contrib/apparmor/gnunet-helper-testbed
blob: b7b41f688820fa8b688699ed58cd8e69e6779e3e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Last Modified: Mon Jul 27 11:02:37 2015
#include <tunables/global>
#include <tunables/gnunet>

profile @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-helper-testbed {
  #include <abstractions/base>
  #include <abstractions/gnunet-common>
  #include <abstractions/gnunet-test>

  /etc/gai.conf r,

  @{GNUNET_PREFIX}/lib/gnunet/libexec/ r,
  @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-helper-testbed mr,
  #@{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-service-arm r,
  @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-service-testbed Px,

  @{GNUNET_PREFIX}/share/gnunet/testing_hostkeys.ecc r,
  
  # Site-specific additions and overrides. See local/README for details.
  #include <local/gnunet>
}