Copy from hardware/wpa_supplicant based on submit request 27542 from user coolo OBS-URL: https://build.opensuse.org/request/show/27542 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wpa_supplicant?expand=0&rev=28
24 lines
1.1 KiB
Diff
24 lines
1.1 KiB
Diff
Index: wpa_supplicant-0.6.9/wpa_supplicant/dbus-wpa_supplicant.conf
|
|
===================================================================
|
|
--- wpa_supplicant-0.6.9.orig/wpa_supplicant/dbus-wpa_supplicant.conf
|
|
+++ wpa_supplicant-0.6.9/wpa_supplicant/dbus-wpa_supplicant.conf
|
|
@@ -4,13 +4,10 @@
|
|
<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>
|
|
+ </policy>
|
|
+ <policy context="default">
|
|
+ <allow send_destination="fi.epitest.hostap.WPASupplicant"
|
|
+ send_interface="org.freedesktop.DBus.Introspectable"/>
|
|
+ </policy>
|
|
</busconfig>
|