- Pachage cleanup * Drop -x11 varient that is no longer needed * dbus-launch is now in the dbus-daemon package. * This also removes update alternatives for dbus-launch OBS-URL: https://build.opensuse.org/request/show/1217999 OBS-URL: https://build.opensuse.org/package/show/Base:System/dbus-1?expand=0&rev=352
14 lines
487 B
Diff
14 lines
487 B
Diff
Index: dbus-1.14.10/bus/session.conf.in
|
|
===================================================================
|
|
--- dbus-1.14.10.orig/bus/session.conf.in
|
|
+++ dbus-1.14.10/bus/session.conf.in
|
|
@@ -30,7 +30,7 @@
|
|
<!-- Allow everything to be sent -->
|
|
<allow send_destination="*" eavesdrop="true"/>
|
|
<!-- Allow everything to be received -->
|
|
- <allow eavesdrop="true"/>
|
|
+ <allow receive_sender="*"/>
|
|
<!-- Allow anyone to own anything -->
|
|
<allow own="*"/>
|
|
</policy>
|