GNOME Bugzilla – Bug 645419
honor lockdown settings
Last modified: 2011-03-21 23:51:03 UTC
+++ This bug was initially created as a clone of Bug #645335 +++ I don't see any code for honoring the disable-log-out setting. I guess we should. Ray Strode [halfline] [developer] 2011-03-21 16:25:28 UTC Comment 7 gnome-session needs to honor it, too. I'll clone this bug.
Created attachment 183963 [details] [review] manager: honor disable-log-out lockdown configuration Right now we have a disable-log-out configuration key in the org.gnome.desktop.lockdown schema that we superficially support in the UI, but disregard when servicing the dbus session manager interface. This commit makes gnome-session prohibit log out via its D-Bus interface, if log out is locked down.
uhh not sure why this is cloned to epiphany
Thanks, I've also added code to check for this in Shutdown/CanShutdown, and added a paranoid check later on.