aboutsummaryrefslogtreecommitdiff
path: root/contrib/apparmor/gnunet-service-regex
blob: 358675dc081d6b1ea534b219b5e6d2ae8bd52f7d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Last Modified: Tue Jul 21 16:59:39 2015
#include <tunables/global>
#include <tunables/gnunet>

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

  /usr/lib/ld-*.so r,

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

  #Gnunet librairies
  @{GNUNET_PREFIX}/lib/libgnunetdht.so.* mr,
  @{GNUNET_PREFIX}/lib/libgnunetregexblock.so.* mr,
  @{GNUNET_PREFIX}/lib/libgnunetstatistics.so.* mr,

  /var/lib/gnunet/.local/share/gnunet/private_key.ecc rk,
}