tuned/fix-allow-receive_sender-default.patch
Andreas Jaeger 82f6f347b4 Accepting request 139769 from home:avli
laptop-mode-tools doesn't support systemd. Tuned is an alternative whose works fine with systemd, developped by redhat

OBS-URL: https://build.opensuse.org/request/show/139769
OBS-URL: https://build.opensuse.org/package/show/Base:System/tuned?expand=0&rev=1
2012-10-30 13:29:21 +00:00

26 lines
801 B
Diff

--- a/dbus.conf 2012-08-16 17:42:23.000000000 +0200
+++ b/dbus.conf 2012-10-04 17:26:18.164945059 +0200
@@ -7,22 +7,15 @@
-->
<busconfig>
-
<policy user="root">
<allow own="com.redhat.tuned"/>
<allow send_destination="com.redhat.tuned" />
- <allow receive_sender="com.redhat.tuned" />
</policy>
<policy context="default">
<deny send_destination="com.redhat.tuned"/>
-
<allow send_destination="com.redhat.tuned" send_interface="org.freedesktop.DBus.Introspectable" />
-
<allow send_destination="com.redhat.tuned" send_interface="com.redhat.tuned.control" send_member="active_profile" />
<allow send_destination="com.redhat.tuned" send_interface="com.redhat.tuned.control" send_member="status" />
-
- <allow receive_sender="com.redhat.com" />
</policy>
-
</busconfig>