summaryrefslogtreecommitdiffstats
path: root/schemas/org.gnome.desktop.lockdown.gschema.xml.in
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 15:25:44 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 15:25:44 +0000
commit26e5532cd264d58100e9db9c28ee6f13c4b36ab8 (patch)
tree6165da9db89a878424c0da6b6f8824dece5735ec /schemas/org.gnome.desktop.lockdown.gschema.xml.in
parentInitial commit. (diff)
downloadgsettings-desktop-schemas-26e5532cd264d58100e9db9c28ee6f13c4b36ab8.tar.xz
gsettings-desktop-schemas-26e5532cd264d58100e9db9c28ee6f13c4b36ab8.zip
Adding upstream version 3.38.0.upstream/3.38.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'schemas/org.gnome.desktop.lockdown.gschema.xml.in')
-rw-r--r--schemas/org.gnome.desktop.lockdown.gschema.xml.in83
1 files changed, 83 insertions, 0 deletions
diff --git a/schemas/org.gnome.desktop.lockdown.gschema.xml.in b/schemas/org.gnome.desktop.lockdown.gschema.xml.in
new file mode 100644
index 0000000..d31fb77
--- /dev/null
+++ b/schemas/org.gnome.desktop.lockdown.gschema.xml.in
@@ -0,0 +1,83 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<schemalist gettext-domain="gsettings-desktop-schemas">
+ <schema id="org.gnome.desktop.lockdown" path="/org/gnome/desktop/lockdown/">
+ <key name="disable-command-line" type="b">
+ <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 name="disable-save-to-disk" type="b">
+ <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 name="disable-printing" type="b">
+ <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 name="disable-print-setup" type="b">
+ <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 name="disable-user-switching" type="b">
+ <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 name="disable-lock-screen" type="b">
+ <default>false</default>
+ <summary>Disable lock screen</summary>
+ <description>
+ Prevent the user to lock his screen.
+ </description>
+ </key>
+ <key name="disable-application-handlers" type="b">
+ <default>false</default>
+ <summary>Disable URL and MIME type handlers</summary>
+ <description>
+ Prevent running any URL or MIME type handler applications.
+ </description>
+ </key>
+ <key name="disable-log-out" type="b">
+ <default>false</default>
+ <summary>Disable log out</summary>
+ <description>
+ Prevent the user from logging out.
+ </description>
+ </key>
+ <key name="user-administration-disabled" type="b">
+ <default>false</default>
+ <summary>Disable user administration</summary>
+ <description>
+ Stop the user from modifying user accounts. By default, we allow adding
+ and removing users, as well as changing other users settings.
+ </description>
+ </key>
+ <key name="mount-removable-storage-devices-as-read-only" type="b">
+ <default>false</default>
+ <summary>Mount removable storage devices as read-only</summary>
+ <description>
+ Prevent users from writing or modifying files on removable storage
+ devices (i.e. flash disks, mobile phones, cameras).
+ </description>
+ </key>
+ </schema>
+</schemalist>