]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - contrib/wpa/wpa_supplicant/dbus-wpa_supplicant.conf
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / contrib / wpa / wpa_supplicant / dbus-wpa_supplicant.conf
1 <!DOCTYPE busconfig PUBLIC
2  "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
3  "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
4 <busconfig>
5         <policy user="root">
6                 <allow own="fi.epitest.hostap.WPASupplicant"/>
7
8                 <allow send_destination="fi.epitest.hostap.WPASupplicant"/>
9                 <allow send_interface="fi.epitest.hostap.WPASupplicant"/>
10         </policy>
11         <policy context="default">
12                 <deny own="fi.epitest.hostap.WPASupplicant"/>
13                 <deny send_destination="fi.epitest.hostap.WPASupplicant"/>
14                 <deny send_interface="fi.epitest.hostap.WPASupplicant"/>
15         </policy>
16 </busconfig>