You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
1.1 KiB
Plaintext
26 lines
1.1 KiB
Plaintext
2 years ago
|
<!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.w1.wpa_supplicant1"/>
|
||
|
|
||
|
<allow send_destination="fi.w1.wpa_supplicant1"/>
|
||
|
<allow send_interface="fi.w1.wpa_supplicant1"/>
|
||
|
<allow receive_sender="fi.w1.wpa_supplicant1" receive_type="signal"/>
|
||
|
</policy>
|
||
|
<policy group="netdev">
|
||
|
<allow send_destination="fi.epitest.hostap.WPASupplicant"/>
|
||
|
<allow send_interface="fi.epitest.hostap.WPASupplicant"/>
|
||
|
|
||
|
<allow send_destination="fi.w1.wpa_supplicant1"/>
|
||
|
<allow send_interface="fi.w1.wpa_supplicant1"/>
|
||
|
<allow receive_sender="fi.w1.wpa_supplicant1" receive_type="signal"/>
|
||
|
</policy>
|
||
|
<policy context="default">
|
||
|
<deny own="fi.w1.wpa_supplicant1"/>
|
||
|
<deny send_destination="fi.w1.wpa_supplicant1"/>
|
||
|
<deny receive_sender="fi.w1.wpa_supplicant1" receive_type="signal"/>
|
||
|
</policy>
|
||
|
</busconfig>
|