aboutsummaryrefslogtreecommitdiff
path: root/contrib/apparmor/gnunet-dns2gns
blob: 6720c102ecdac4ad8fc8b20b920aad64649fb58e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Last Modified: Tue Jul 21 16:45:05 2015
#include <tunables/global>
#include <tunables/gnunet>

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

  @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-dns2gns mr,
  
  # Site-specific additions and overrides. See local/README for details.
  #include <local/gnunet>
}