After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 563857 - org.gnome.SystemMonitor.Mechanism broken by dbus security update
org.gnome.SystemMonitor.Mechanism broken by dbus security update
Status: RESOLVED OBSOLETE
Product: system-monitor
Classification: Core
Component: sysinfo
unspecified
Other Linux
: Normal normal
: ---
Assigned To: System-monitor maintainers
System-monitor maintainers
Depends on:
Blocks:
 
 
Reported: 2008-12-09 15:01 UTC by Colin Walters
Modified: 2012-01-17 02:00 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Colin Walters 2008-12-09 15:01:32 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.
Comment 1 Chris Kühl 2012-01-17 02:00:47 UTC
This seems to be for the old fedora patch for policy kit which never got merged into g-s-m. Marking as obsolete.