tuned/fix-allow-receive_sender-default.patch

26 lines
801 B
Diff
Raw Normal View History

--- 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>