Files
dbus-1/feature-suse-disable-eavesdrop.patch
Simon Lees 4178f3eb1d Accepting request 1217999 from home:simotek:branches:Base:System
- 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
2024-10-25 07:51:22 +00:00

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>