aboutsummaryrefslogtreecommitdiff
path: root/contrib/apparmor/gnunet-ecc
blob: 67e2ac4e03a9f1bd4403390fb53126bb60471c3f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Last Modified: Fri Aug  7 16:54:41 2015
#include <tunables/global>
#include <tunables/gnunet>

profile @{GNUNET_PREFIX}/bin/gnunet-ecc {
  #include <abstractions/base>
  #include <abstractions/gnunet-common>

  @{GNUNET_PREFIX}/bin/gnunet-ecc mr,

  #Access to filename?

  # Site-specific additions and overrides. See local/README for details.
  #include <local/gnunet>
}