org.gnome.desktop.lockdown.gschema.xml 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <schemalist gettext-domain="gsettings-desktop-schemas">
  3. <schema id="org.gnome.desktop.lockdown" path="/org/gnome/desktop/lockdown/">
  4. <key name="disable-command-line" type="b">
  5. <default>false</default>
  6. <summary>Disable command line</summary>
  7. <description>
  8. Prevent the user from accessing the terminal or specifying a command
  9. line to be executed. For example, this would disable access to the
  10. panel’s “Run Application” dialog.
  11. </description>
  12. </key>
  13. <key name="disable-save-to-disk" type="b">
  14. <default>false</default>
  15. <summary>Disable saving files to disk</summary>
  16. <description>
  17. Prevent the user from saving files to disk. For example, this would
  18. disable access to all applications’ “Save as” dialogs.
  19. </description>
  20. </key>
  21. <key name="disable-printing" type="b">
  22. <default>false</default>
  23. <summary>Disable printing</summary>
  24. <description>
  25. Prevent the user from printing. For example, this would disable access
  26. to all applications’ “Print” dialogs.
  27. </description>
  28. </key>
  29. <key name="disable-print-setup" type="b">
  30. <default>false</default>
  31. <summary>Disable print setup</summary>
  32. <description>
  33. Prevent the user from modifying print settings. For example, this would
  34. disable access to all applications’ “Print Setup” dialogs.
  35. </description>
  36. </key>
  37. <key name="disable-user-switching" type="b">
  38. <default>false</default>
  39. <summary>Disable user switching</summary>
  40. <description>
  41. Prevent the user from switching to another account while his session
  42. is active.
  43. </description>
  44. </key>
  45. <key name="disable-lock-screen" type="b">
  46. <default>false</default>
  47. <summary>Disable lock screen</summary>
  48. <description>
  49. Prevent the user to lock his screen.
  50. </description>
  51. </key>
  52. <key name="disable-application-handlers" type="b">
  53. <default>false</default>
  54. <summary>Disable URL and MIME type handlers</summary>
  55. <description>
  56. Prevent running any URL or MIME type handler applications.
  57. </description>
  58. </key>
  59. <key name="disable-log-out" type="b">
  60. <default>false</default>
  61. <summary>Disable log out</summary>
  62. <description>
  63. Prevent the user from logging out.
  64. </description>
  65. </key>
  66. <key name="user-administration-disabled" type="b">
  67. <default>false</default>
  68. <summary>Disable user administration</summary>
  69. <description>
  70. Stop the user from modifying user accounts. By default, we allow adding
  71. and removing users, as well as changing other users settings.
  72. </description>
  73. </key>
  74. <key name="mount-removable-storage-devices-as-read-only" type="b">
  75. <default>false</default>
  76. <summary>Mount removable storage devices as read-only</summary>
  77. <description>
  78. Prevent users from writing or modifying files on removable storage
  79. devices (i.e. flash disks, mobile phones, cameras).
  80. </description>
  81. </key>
  82. </schema>
  83. </schemalist>