33 lines
884 B
Diff
33 lines
884 B
Diff
From 6740159fcdaa0276824fbac93501c4fd79b23d03 Mon Sep 17 00:00:00 2001
|
|
From: huayadong <huayadong@kylinos.cn>
|
|
Date: Thu, 9 Dec 2021 18:01:43 +0800
|
|
Subject: [PATCH] fix root can not input passwd bug
|
|
|
|
---
|
|
data/ukui-screensaver-qt | 14 ++++----------
|
|
1 file changed, 4 insertions(+), 10 deletions(-)
|
|
|
|
diff --git a/data/ukui-screensaver-qt b/data/ukui-screensaver-qt
|
|
index 6af045a..25d81df 100755
|
|
--- a/data/ukui-screensaver-qt
|
|
+++ b/data/ukui-screensaver-qt
|
|
@@ -1,11 +1,5 @@
|
|
-@include common-auth
|
|
-auth optional pam_gnome_keyring.so
|
|
+auth include system-auth
|
|
+account include system-auth
|
|
+password include system-auth
|
|
+session include system-auth
|
|
|
|
-
|
|
-#If you are using Arch,comment out the
|
|
-#above and use the following.
|
|
-
|
|
-#auth include system-auth
|
|
-#account include system-auth
|
|
-#password include system-auth
|
|
-#session include system-auth
|
|
--
|
|
2.30.0
|
|
|