aboutsummaryrefslogtreecommitdiff
path: root/contrib/apparmor/gnunet-service-namestore
blob: 221b2e36f8b5e9db8683f455153892eb93166a2c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Last Modified: Tue Jul  7 10:43:41 2015
#include <tunables/global>
#include <tunables/gnunet>

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

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

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

  /tmp/gnunet-*-runtime/ a,
  
  # Site-specific additions and overrides. See local/README for details.
  #include <local/gnunet>
}