17 lines
695 B
Text
17 lines
695 B
Text
|
<!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"/>
|
||
|
</policy>
|
||
|
<policy context="default">
|
||
|
<deny own="fi.epitest.hostap.WPASupplicant"/>
|
||
|
<deny send_destination="fi.epitest.hostap.WPASupplicant"/>
|
||
|
<deny send_interface="fi.epitest.hostap.WPASupplicant"/>
|
||
|
</policy>
|
||
|
</busconfig>
|