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">
6 <allow own="fi.epitest.hostap.WPASupplicant"/>
8 <allow send_destination="fi.epitest.hostap.WPASupplicant"/>
9 <allow send_interface="fi.epitest.hostap.WPASupplicant"/>
11 <allow own="fi.w1.wpa_supplicant1"/>
13 <allow send_destination="fi.w1.wpa_supplicant1"/>
14 <allow send_interface="fi.w1.wpa_supplicant1"/>
15 <allow receive_sender="fi.w1.wpa_supplicant1" receive_type="signal"/>
17 <policy context="default">
18 <deny own="fi.epitest.hostap.WPASupplicant"/>
19 <deny send_destination="fi.epitest.hostap.WPASupplicant"/>
20 <deny send_interface="fi.epitest.hostap.WPASupplicant"/>
22 <deny own="fi.w1.wpa_supplicant1"/>
23 <deny send_destination="fi.w1.wpa_supplicant1"/>
24 <deny send_interface="fi.w1.wpa_supplicant1"/>
25 <deny receive_sender="fi.w1.wpa_supplicant1" receive_type="signal"/>