aboutsummaryrefslogtreecommitdiff
path: root/contrib/apparmor/gnunet-service-peerstore
blob: 54d178532dea87ca487d4e2df200460aa7f499b1 (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:06:13 2015
#include <tunables/global>
#include <tunables/gnunet>

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

  @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-service-peerstore mr,

  #Gnunet Plugin
# @{GNUNET_PREFIX}/lib/gnunet/libgnunet_plugin_peerstore_*.la r,
  @{GNUNET_PREFIX}/lib/gnunet/libgnunet_plugin_peerstore_*.so mr,

  @{GNUNET_USER}/.local/share/gnunet/peerstore/*.db rwk,
  @{GNUNET_USER}/.local/share/gnunet/peerstore/*.db-journal rw,
  
  # Site-specific additions and overrides. See local/README for details.
  #include <local/gnunet>
}