[gsettings-desktop-schemas/wip/disable-show-password: 11/11] schemas: add new lockdown setting for password showing



commit bccafc27e830aee430dc301e9d7d585d743138e2
Author: Ray Strode <rstrode redhat com>
Date:   Wed Aug 21 13:41:08 2019 -0400

    schemas: add new lockdown setting for password showing
    
    A convenient feature of many password entries is the
    "Show Password" menu that lets the user see what password
    is hidden behind the bullets they're typing.
    
    While certainly useful, it can also be problematic in some
    deployments, and violate security policies.
    
    This commit adds a new setting to rid users of that "Show Password"
    menu item.

 schemas/org.gnome.desktop.lockdown.gschema.xml.in | 7 +++++++
 1 file changed, 7 insertions(+)
---
diff --git a/schemas/org.gnome.desktop.lockdown.gschema.xml.in 
b/schemas/org.gnome.desktop.lockdown.gschema.xml.in
index d31fb77..e5e408e 100644
--- a/schemas/org.gnome.desktop.lockdown.gschema.xml.in
+++ b/schemas/org.gnome.desktop.lockdown.gschema.xml.in
@@ -79,5 +79,12 @@
         devices (i.e. flash disks, mobile phones, cameras).
       </description>
     </key>
+    <key name="disable-show-password" type="b">
+      <default>false</default>
+      <summary>Disable password showing</summary>
+      <description>
+        Disable the "Show Password" menu item in password entries.
+      </description>
+    </key>
   </schema>
 </schemalist>


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