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

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