aboutsummaryrefslogtreecommitdiff
path: root/contrib/apparmor/gnunet-service-statistics
blob: e5a8df7c441fa56cf6c2229495a8789b6a19c8fb (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-statistics {
  #include <abstractions/base>
  #include <abstractions/gnunet-common>

  @{GNUNET_USER}/.local/share/gnunet/statistics.dat rw,

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