summaryrefslogtreecommitdiff
path: root/contrib/apparmor/gnunet-service-scalarproduct-bob
blob: a7faae9d0285d441512601a91fc04ac9f15fa9b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Last Modified: Mon Jul 27 15:48:05 2015
#include <tunables/global>
#include <tunables/gnunet>

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

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

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

  @{GNUNET_PREFIX}/lib/libgnunetcadet.so.* mr,
  @{GNUNET_PREFIX}/lib/libgnunetset.so.* mr,
}