Blame SOURCES/0001-schemas-Add-new-lockdown-setting-for-password-showing.patch

3cd976
From 7cb02a1c179e163170b58e3cbd94584624d996c0 Mon Sep 17 00:00:00 2001
3cd976
From: Ray Strode <rstrode@redhat.com>
3cd976
Date: Wed, 21 Aug 2019 13:41:08 -0400
3cd976
Subject: [PATCH] schemas: Add new lockdown setting for password showing
3cd976
3cd976
A convenient feature of many password entries is the
3cd976
"Show Password" menu that lets the user see what password
3cd976
is hidden behind the bullets they're typing.
3cd976
3cd976
While certainly useful, it can also be problematic in some
3cd976
deployments, and violate security policies.
3cd976
3cd976
This commit adds a new setting to rid users of that "Show Password"
3cd976
menu item.
3cd976
---
3cd976
 schemas/org.gnome.desktop.lockdown.gschema.xml.in | 7 +++++++
3cd976
 1 file changed, 7 insertions(+)
3cd976
3cd976
diff --git a/schemas/org.gnome.desktop.lockdown.gschema.xml.in b/schemas/org.gnome.desktop.lockdown.gschema.xml.in
3cd976
index d31fb77..e5e408e 100644
3cd976
--- a/schemas/org.gnome.desktop.lockdown.gschema.xml.in
3cd976
+++ b/schemas/org.gnome.desktop.lockdown.gschema.xml.in
3cd976
@@ -79,5 +79,12 @@
3cd976
         devices (i.e. flash disks, mobile phones, cameras).
3cd976
       </description>
3cd976
     </key>
3cd976
+    <key name="disable-show-password" type="b">
3cd976
+      <default>false</default>
3cd976
+      <summary>Disable password showing</summary>
3cd976
+      <description>
3cd976
+        Disable the "Show Password" menu item in password entries.
3cd976
+      </description>
3cd976
+    </key>
3cd976
   </schema>
3cd976
 </schemalist>