dbus-wpa_supplicant.conf 695 B

12345678910111213141516
  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">
  4. <busconfig>
  5. <policy user="root">
  6. <allow own="fi.epitest.hostap.WPASupplicant"/>
  7. <allow send_destination="fi.epitest.hostap.WPASupplicant"/>
  8. <allow send_interface="fi.epitest.hostap.WPASupplicant"/>
  9. </policy>
  10. <policy context="default">
  11. <deny own="fi.epitest.hostap.WPASupplicant"/>
  12. <deny send_destination="fi.epitest.hostap.WPASupplicant"/>
  13. <deny send_interface="fi.epitest.hostap.WPASupplicant"/>
  14. </policy>
  15. </busconfig>