From 1e5206eed3848d8014a225b5d8252c5c7aeb137e Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Thu, 8 Nov 2012 21:10:09 -0600 Subject: ensure that the service unit test can find all the GSettings schemas that it needs. --- tests/org.gnome.desktop.lockdown.gschema.xml | 45 ++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 tests/org.gnome.desktop.lockdown.gschema.xml (limited to 'tests/org.gnome.desktop.lockdown.gschema.xml') diff --git a/tests/org.gnome.desktop.lockdown.gschema.xml b/tests/org.gnome.desktop.lockdown.gschema.xml new file mode 100644 index 0000000..6ccee17 --- /dev/null +++ b/tests/org.gnome.desktop.lockdown.gschema.xml @@ -0,0 +1,45 @@ + + + + + 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. + + + \ No newline at end of file -- cgit v1.2.3