322c7cf838
- Fix D-Bus interface permissions so that only root can use the wpa_supplicant D-Bus interface
15 lines
859 B
Diff
15 lines
859 B
Diff
diff -up wpa_supplicant-0.5.7/dbus-wpa_supplicant.conf.permfix wpa_supplicant-0.5.7/dbus-wpa_supplicant.conf
|
|
--- wpa_supplicant-0.5.7/dbus-wpa_supplicant.conf.permfix 2007-10-20 07:42:01.000000000 -0400
|
|
+++ wpa_supplicant-0.5.7/dbus-wpa_supplicant.conf 2007-10-20 07:42:22.000000000 -0400
|
|
@@ -8,10 +8,6 @@
|
|
<allow send_destination="fi.epitest.hostap.WPASupplicant"/>
|
|
<allow send_interface="fi.epitest.hostap.WPASupplicant"/>
|
|
</policy>
|
|
- <policy at_console="true">
|
|
- <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"/>
|