GNOME Bugzilla – Bug 563857
org.gnome.SystemMonitor.Mechanism broken by dbus security update
Last modified: 2012-01-17 02:00:47 UTC
This patch should address the problem: --- system.d/org.gnome.SystemMonitor.Mechanism.conf 2008-10-20 22:26:37.000000000 -0400 +++ system.d.fixed/org.gnome.SystemMonitor.Mechanism.conf 2008-12-08 20:06:41.000000000 -0500 @@ -8,4 +8,8 @@ <policy user="root"> <allow own="org.gnome.SystemMonitor.Mechanism"/> </policy> + + <policy context="default"> + <allow send_destination="org.gnome.SystemMonitor.Mechanism"/> + </policy> </busconfig> Needs testing.
This seems to be for the old fedora patch for policy kit which never got merged into g-s-m. Marking as obsolete.