aboutsummaryrefslogtreecommitdiff
path: root/contrib/apparmor/gnunet-service-datastore
blob: 236c5b7f4c4d7cc4032fe5ecaea29e06418da609 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Last Modified: Thu Jul  9 10:16:30 2015
#include <tunables/global>
#include <tunables/gnunet>

profile @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-service-datastore {
  #include <abstractions/base>
  #include <abstractions/gnunet-common>
  #include <abstractions/gnunet-db>
  
  @{GNUNET_USER}/.local/share/gnunet/datastore/bloomfilter.* rw,
  @{GNUNET_USER}/.local/share/gnunet/datastore/*.db rwk,
  @{GNUNET_USER}/.local/share/gnunet/datastore/*.db-journal rw,

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

  #Gnunet plugin
# @{GNUNET_PREFIX}/lib/gnunet/libgnunet_plugin_datastore_*.la r,
  @{GNUNET_PREFIX}/lib/gnunet/libgnunet_plugin_datastore_*.so mr,
  
  # Site-specific additions and overrides. See local/README for details.
  #include <local/gnunet>
}