aboutsummaryrefslogtreecommitdiff
path: root/contrib/apparmor/gnunet-service-datastore
blob: 32efa4c5289cd9a3679ca9b453695d526afbed92 (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.sqlite rw,
  @{GNUNET_USER}/.local/share/gnunet/datastore/sqlite.db rwk,
  @{GNUNET_USER}/.local/share/gnunet/datastore/sqlite.db-journal rw,

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

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