GNOME Bugzilla – Bug 662891
screen recorder should be able to be disabled
Last modified: 2011-11-05 21:01:13 UTC
Scenario: knowledge-user desktop is to be locked down by the administrators. One of the features they'd like to lock down is the screen recorder.
Can't they unset the toggle-recorder keybinding and lock down the setting?
They could still enable it through the looking glass. I have a patch for this coming up.
Except I don't, because fmuellner told me on IRC that we already have a setting for the looking glass. 'development-tools'.
Created attachment 200144 [details] [review] shellDBus: Lock down Eval() to be a development tool only There's still a minor hole here: $ gdbus call --session --dest org.gnome.Shell --object-path /org/gnome/Shell --method org.gnome.Shell.Eval 'foo' Someone could potentially access locked down features through here, so let's lock Eval() down to be dev-tools only
Review of attachment 200144 [details] [review]: Makes sense.
Attachment 200144 [details] pushed as 85cd189 - shellDBus: Lock down Eval() to be a development tool only