aboutsummaryrefslogtreecommitdiff
path: root/contrib/apparmor/gnunet-helper-testbed
blob: 22ac1334766d773a3c16e92ce3137ad49f4d90bf (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
37
# Last Modified: Mon Jul 27 11:02:37 2015
#include <tunables/global>
#include <tunables/gnunet>

profile @{GNUNET_PREFIX}/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,

  @{GNUNET_PREFIX}/lib/gnunet/libexec/ r,
  @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-helper-testbed mr,
  @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-service-arm r,
  @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-service-testbed Px,

  #Gnunet librairies
  @{GNUNET_PREFIX}/lib/libgnunetarm.so.* mr,
  @{GNUNET_PREFIX}/lib/libgnunetats.so.* mr,
  @{GNUNET_PREFIX}/lib/libgnunetcore.so.* mr,
  @{GNUNET_PREFIX}/lib/libgnunethello.so.* mr,
  @{GNUNET_PREFIX}/lib/libgnunetstatistics.so.* mr,
  @{GNUNET_PREFIX}/lib/libgnunettestbed.so.* mr,
  @{GNUNET_PREFIX}/lib/libgnunettesting.so.* mr,
  @{GNUNET_PREFIX}/lib/libgnunettransport.so.* mr,

  @{GNUNET_PREFIX}/share/gnunet/testing_hostkeys.ecc r,
}