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
<policy at_console="true">
12
<allow send_destination="fi.epitest.hostap.WPASupplicant"/>
13
<allow send_interface="fi.epitest.hostap.WPASupplicant"/>
15
<policy context="default">
16
<deny own="fi.epitest.hostap.WPASupplicant"/>
17
<deny send_destination="fi.epitest.hostap.WPASupplicant"/>
18
<deny send_interface="fi.epitest.hostap.WPASupplicant"/>