/usr/share/glib-2.0/schemas/org.cinnamon.desktop.lockdown.gschema.xml is in cinnamon-desktop-data 3.2.4-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gsettings-desktop-schemas">
<schema path="/org/cinnamon/desktop/lockdown/" id="org.cinnamon.desktop.lockdown">
<key type="b" name="disable-command-line">
<default>false</default>
<summary>Disable command line</summary>
<description>Prevent the user from accessing the terminal or specifying a command line to be executed. For example, this would disable access to the panel's "Run Application" dialog.</description>
</key>
<key type="b" name="disable-save-to-disk">
<default>false</default>
<summary>Disable saving files to disk</summary>
<description>Prevent the user from saving files to disk. For example, this would disable access to all applications' "Save as" dialogs.</description>
</key>
<key type="b" name="disable-printing">
<default>false</default>
<summary>Disable printing</summary>
<description>Prevent the user from printing. For example, this would disable access to all applications' "Print" dialogs.</description>
</key>
<key type="b" name="disable-print-setup">
<default>false</default>
<summary>Disable print setup</summary>
<description>Prevent the user from modifying print settings. For example, this would disable access to all applications' "Print Setup" dialogs.</description>
</key>
<key type="b" name="disable-user-switching">
<default>false</default>
<summary>Disable user switching</summary>
<description>Prevent the user from switching to another account while his session is active.</description>
</key>
<key type="b" name="disable-lock-screen">
<default>false</default>
<summary>Disable lock screen</summary>
<description>Prevent the user to lock his screen.</description>
</key>
<key type="b" name="disable-application-handlers">
<default>false</default>
<summary>Disable URL and MIME type handlers</summary>
<description>Prevent running any URL or MIME type handler applications.</description>
</key>
<key type="b" name="disable-log-out">
<default>false</default>
<summary>Disable log out</summary>
<description>Prevent the user from logging out.</description>
</key>
</schema>
</schemalist>
|