From 97b5922a75b6f0337c2d3ae4bc62dc18347f861e Mon Sep 17 00:00:00 2001 From: Leonard Kugis Date: Sat, 13 Jan 2018 22:56:35 +0100 Subject: Funktionierendes settings GUI --- .../schemas/org.gnome.desktop.lockdown.gschema.xml | 74 ++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 Release/share/glib-2.0/schemas/org.gnome.desktop.lockdown.gschema.xml (limited to 'Release/share/glib-2.0/schemas/org.gnome.desktop.lockdown.gschema.xml') diff --git a/Release/share/glib-2.0/schemas/org.gnome.desktop.lockdown.gschema.xml b/Release/share/glib-2.0/schemas/org.gnome.desktop.lockdown.gschema.xml new file mode 100644 index 0000000..9e29dfd --- /dev/null +++ b/Release/share/glib-2.0/schemas/org.gnome.desktop.lockdown.gschema.xml @@ -0,0 +1,74 @@ + + + + false + Disable command line + + 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. + + + + false + Disable saving files to disk + + Prevent the user from saving files to disk. For example, this would + disable access to all applications' "Save as" dialogs. + + + + false + Disable printing + + Prevent the user from printing. For example, this would disable access + to all applications' "Print" dialogs. + + + + false + Disable print setup + + Prevent the user from modifying print settings. For example, this would + disable access to all applications' "Print Setup" dialogs. + + + + false + Disable user switching + + Prevent the user from switching to another account while his session + is active. + + + + false + Disable lock screen + + Prevent the user to lock his screen. + + + + false + Disable URL and MIME type handlers + + Prevent running any URL or MIME type handler applications. + + + + false + Disable log out + + Prevent the user from logging out. + + + + false + Disable user administration + + Stop the user from modifying user accounts. By default, we allow adding + and removing users, as well as changing other users settings. + + + + -- cgit v1.2.1