GNOME Bugzilla – Bug 737846
Support disable-save-to-disk lockdown setting
Last modified: 2014-10-03 15:09:44 UTC
See patches. The recorder lost support for this at some point, and we just ignored it for screenshots so far ..
Created attachment 287676 [details] [review] screencast: Don't leak recorders on failure ShellRecorder.record() may fail, remove the recorder from the map in that case.
Created attachment 287677 [details] [review] screencast: Re-add lockdown support Commit 81bb7009ea120d3 removed support for the disable-disk-writes lockdown feature for screencasts, add it back.
Created attachment 287678 [details] [review] screenshot: Respect lockdown settings We allow users/admins to lock down disk writes, respect that when taking screenshots.
Review of attachment 287676 [details] [review]: OK.
Review of attachment 287677 [details] [review]: OK.
Review of attachment 287678 [details] [review]: OK.
Attachment 287676 [details] pushed as 4ed4bb3 - screencast: Don't leak recorders on failure Attachment 287677 [details] pushed as dd42cfa - screencast: Re-add lockdown support Attachment 287678 [details] pushed as f9d909f - screenshot: Respect lockdown settings