aboutsummaryrefslogtreecommitdiff
path: root/contrib/apparmor/gnunet-helper-transport-wlan-dummy
blob: 1c05144175b5ef1585c98b7e9c2e5d82ea5d8074 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Last Modified: Tue Jul 28 11:36:52 2015
#include <tunables/global>
#include <tunables/gnunet> 

profile @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-helper-transport-wlan-dummy {
  #include <abstractions/gnunet-suid>

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

}