[gnome-user-docs] lockdown-file-saving.page created



commit e92860135d812348143fa78dc0b54ffe8fc1463c
Author: Jana Svarova <jsvarova redhat com>
Date:   Tue Dec 2 20:01:23 2014 +0100

    lockdown-file-saving.page created
    
    This page explains how to disable file saving on disk
    See also Bug 735829

 system-admin-guide/C/lockdown-file-saving.page |   61 ++++++++++++++++++++++++
 system-admin-guide/Makefile.am                 |    1 +
 2 files changed, 62 insertions(+), 0 deletions(-)
---
diff --git a/system-admin-guide/C/lockdown-file-saving.page b/system-admin-guide/C/lockdown-file-saving.page
new file mode 100644
index 0000000..30b3e92
--- /dev/null
+++ b/system-admin-guide/C/lockdown-file-saving.page
@@ -0,0 +1,61 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      xmlns:its="http://www.w3.org/2005/11/its";
+      type="topic" style="task"
+      id="lockdown-file-saving">
+
+  <info>
+    <link type="guide" xref="user-settings#lockdown"/>
+    <revision pkgversion="3.11" date="2014-10-14" status="draft"/>
+    <link type="seealso" xref="dconf-lockdown" />
+    
+    <credit type="author copyright">
+      <name>Jana Svarova</name>
+      <email its:translate="no">jana svarova gmail com</email>
+      <years>2014</years>
+    </credit>
+    
+   <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
+        
+    <desc>Prevent applications from saving files on disk.</desc>
+  </info>
+  
+  <title>Disable file saving on disk</title>
+  <p>Prevent applications from file saving by locking down the
+  <code>org.gnome.desktop.lockdown.disable-save-to-disk</code> key.</p>
+
+  <steps>
+    <title>Lock down the org.gnome.desktop.lockdown.disable-save-to-disk key</title>
+    <item>
+      <p>Create the <code>user</code> profile in
+      <file>/etc/dconf/profile/user</file> unless it already exists:</p>
+  <screen>
+  user-db:user
+  system-db:local
+  </screen>
+    </item>
+    <item>
+      <p>Create a <code>local</code> database for machine-wide settings in
+      the <file>/etc/dconf/db/local.d/00-lockdown</file> file.</p>
+  <screen>
+  [org/gnome/desktop/lockdown]
+
+  # Prevent the user from saving files on disk
+  disable-save-to-disk=true
+  </screen>
+   </item>
+   <item>
+      <p>Override the user's setting and prevent the user from changing it in
+      <file>/etc/dconf/db/local.d/locks/lockdown</file>:</p>
+  <screen>
+  # Lock this key to disable saving files on disk
+  org.gnome.desktop.lockdown.disable-save-to-disk
+  </screen>
+    </item>
+        <include href="dconf-snippets.xml"
+      xpointer="xpointer(/*/*[ xml:id='dconf-update'])"
+      xmlns="http://www.w3.org/2001/XInclude"/>
+  </steps>
+    <p>Having followed these steps, applications supporting this lockdown key,
+    for example <app>Videos</app>, <app>Image Viewer</app>, <app>Evolution</app>,
+    <app>Document Viewer</app>, or <app>GNOME Shell</app> will disable their "Save As" dialogs.</p>
+</page>
diff --git a/system-admin-guide/Makefile.am b/system-admin-guide/Makefile.am
index f77bcb4..23005ee 100644
--- a/system-admin-guide/Makefile.am
+++ b/system-admin-guide/Makefile.am
@@ -20,6 +20,7 @@ HELP_FILES = \
        keyboard-layout.page \
        legal.xml \
        lockdown-command-line.page \
+       lockdown-file-saving.page \
        lockdown-printing.page \
        lockdown-repartioning.page \
        login.page \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]