Re: Patch: libgnome lockdown schemas
- From: Mark McLoughlin <mark skynet ie>
- To: "desktop-devel-list gnome org" <desktop-devel-list gnome org>
- Subject: Re: Patch: libgnome lockdown schemas
- Date: 05 Feb 2004 15:48:20 +0000
Hi,
I've just committed schemas for the following keys to libgnome:
/desktop/gnome/lockdown/disable_command_line
/desktop/gnome/lockdown/disable_save_to_disk
/desktop/gnome/lockdown/disable_printing
/desktop/gnome/lockdown/disable_print_setup
See the attached schemas file.
The first key is currently only used in the panel and the rest of the
keys are implemented in epiphany.
Comments?
Cheers,
Mark.
<?xml version="1.0"?>
<gconfschemafile>
<schemalist>
<schema>
<key>/schemas/desktop/gnome/lockdown/disable_command_line</key>
<applyto>/desktop/gnome/lockdown/disable_command_line</applyto>
<owner>gnome</owner>
<type>bool</type>
<default>false</default>
<locale name="C">
<short>Disable command line</short>
<long>
Prevent the user form accessing the terminal or specifying
a command line to be executed. For example, this would
disable access to the panel's "Run Application" dialog.
</long>
</locale>
</schema>
<schema>
<key>/schemas/desktop/gnome/lockdown/disable_save_to_disk</key>
<applyto>/desktop/gnome/lockdown/disable_save_to_disk</applyto>
<owner>gnome</owner>
<type>bool</type>
<default>false</default>
<locale name="C">
<short>Disable saving files to disk</short>
<long>
Prevent the user from saving files to disk. For example,
this would disable access to all application's "Save as"
dialogs.
</long>
</locale>
</schema>
<schema>
<key>/schemas/desktop/gnome/lockdown/disable_printing</key>
<applyto>/desktop/gnome/lockdown/disable_printing</applyto>
<owner>gnome</owner>
<type>bool</type>
<default>false</default>
<locale name="C">
<short>Disable printing</short>
<long>
Prevent the user from printing. For example, this would
disable access to all application's "Print" dialogs.
</long>
</locale>
</schema>
<schema>
<key>/schemas/desktop/gnome/lockdown/disable_print_setup</key>
<applyto>/desktop/gnome/lockdown/disable_print_setup</applyto>
<owner>gnome</owner>
<type>bool</type>
<default>false</default>
<locale name="C">
<short>Disable print setup</short>
<long>
Prevent the user from modifying print settings. For example,
this would disable access to all application's "Print Setup"
dialogs.
</long>
</locale>
</schema>
</schemalist>
</gconfschemafile>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]