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 645765 - gsd-automount: Don't load properties from ConsoleKit
gsd-automount: Don't load properties from ConsoleKit
Status: RESOLVED FIXED
Product: gnome-settings-daemon
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-settings-daemon-maint
gnome-settings-daemon-maint
Depends on:
Blocks:
 
 
Reported: 2011-03-26 18:20 UTC by Colin Walters
Modified: 2011-04-26 09:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gsd-automount: Don't load properties from ConsoleKit (1.11 KB, patch)
2011-03-26 18:20 UTC, Colin Walters
committed Details | Review

Description Colin Walters 2011-03-26 18:20:03 UTC
These the system bus to log a warning, since CK dbus policy denies
property reads.

    <deny send_destination="org.freedesktop.ConsoleKit"
          send_interface="org.freedesktop.DBus.Properties" />
Comment 1 Colin Walters 2011-03-26 18:20:05 UTC
Created attachment 184309 [details] [review]
gsd-automount: Don't load properties from ConsoleKit
Comment 2 Matthias Clasen 2011-03-26 20:54:11 UTC
Makes sense to me. We certainly don't need any session properties here.
Comment 3 Bastien Nocera 2011-04-26 09:24:56 UTC
Attachment 184309 [details] pushed as a913ed4 - gsd-automount: Don't load properties from ConsoleKit