aboutsummaryrefslogtreecommitdiff
path: root/contrib/apparmor/usr.local.lib.gnunet.libexec.gnunet-helper-testbed
blob: 8c6748d4aa4fb54ad4eaf041db34cffe72741408 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Last Modified: Mon Jul 27 11:02:37 2015
#include <tunables/global>

/usr/local/lib/gnunet/libexec/gnunet-helper-testbed flags=(complain) {
  #include <abstractions/gnunet-common>

  /dev/null rw,
 
  /etc/gai.conf r,

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

  /usr/lib/locale/locale-archive r,

  /usr/share/locale/locale.alias r,
  /usr/share/locale/fr/LC_MESSAGES/libc.mo r,

  /usr/lib/gconv/gconv-modules r,

  /usr/local/lib/gnunet/libexec/ r,
  /usr/local/lib/gnunet/libexec/gnunet-helper-testbed mr,
  /usr/local/lib/gnunet/libexec/gnunet-service-arm r,
  /usr/local/lib/gnunet/libexec/gnunet-service-testbed Px,

  #Gnunet librairies
  /usr/local/lib/libgnunetarm.so.* mr,
  /usr/local/lib/libgnunetats.so.* mr,
  /usr/local/lib/libgnunetcore.so.* mr,
  /usr/local/lib/libgnunethello.so.* mr,
  /usr/local/lib/libgnunetstatistics.so.* mr,
  /usr/local/lib/libgnunettestbed.so.* mr,
  /usr/local/lib/libgnunettesting.so.* mr,
  /usr/local/lib/libgnunettransport.so.* mr,

  /usr/local/share/gnunet/testing_hostkeys.ecc r,
}