2008-02-28 02:34:43 +01:00
|
|
|
<!DOCTYPE busconfig PUBLIC
|
|
|
|
"-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
|
|
|
|
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
|
|
|
|
<busconfig>
|
|
|
|
<policy user="root">
|
|
|
|
<allow own="fi.epitest.hostap.WPASupplicant"/>
|
|
|
|
|
|
|
|
<allow send_destination="fi.epitest.hostap.WPASupplicant"/>
|
|
|
|
<allow send_interface="fi.epitest.hostap.WPASupplicant"/>
|
2009-11-09 22:51:59 +01:00
|
|
|
|
|
|
|
<allow own="fi.w1.wpa_supplicant1"/>
|
|
|
|
|
|
|
|
<allow send_destination="fi.w1.wpa_supplicant1"/>
|
|
|
|
<allow send_interface="fi.w1.wpa_supplicant1"/>
|
2009-11-16 12:25:51 +01:00
|
|
|
<allow receive_sender="fi.w1.wpa_supplicant1" receive_type="signal"/>
|
2008-02-28 02:34:43 +01:00
|
|
|
</policy>
|
|
|
|
<policy context="default">
|
|
|
|
<deny own="fi.epitest.hostap.WPASupplicant"/>
|
|
|
|
<deny send_destination="fi.epitest.hostap.WPASupplicant"/>
|
|
|
|
<deny send_interface="fi.epitest.hostap.WPASupplicant"/>
|
2009-11-09 22:51:59 +01:00
|
|
|
|
|
|
|
<deny own="fi.w1.wpa_supplicant1"/>
|
|
|
|
<deny send_destination="fi.w1.wpa_supplicant1"/>
|
|
|
|
<deny send_interface="fi.w1.wpa_supplicant1"/>
|
2009-11-16 12:25:51 +01:00
|
|
|
<deny receive_sender="fi.w1.wpa_supplicant1" receive_type="signal"/>
|
2008-02-28 02:34:43 +01:00
|
|
|
</policy>
|
|
|
|
</busconfig>
|