aboutsummaryrefslogtreecommitdiff
path: root/contrib/apparmor/gnunet-service-core
blob: 4d9b28353ea8158b6809b64f579dca604fa7b657 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Last Modified: Thu Jul  9 10:16:30 2015
#include <tunables/global>
#include <tunables/gnunet>

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

  @{GNUNET_USER}/.local/share/gnunet/private_key.ecc rk,

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