36 lines
973 B
Diff
36 lines
973 B
Diff
From 0cbee5c060d55abb52f2633e9126968183f4abd7 Mon Sep 17 00:00:00 2001
|
|
From: pei-jiankang <peijiankang@kylinos.cn>
|
|
Date: Wed, 2 Mar 2022 15:42:17 +0800
|
|
Subject: [PATCH] fix root can not input passwd bug
|
|
|
|
---
|
|
data/ukui-screensaver-qt | 16 ++++------------
|
|
1 file changed, 4 insertions(+), 12 deletions(-)
|
|
|
|
diff --git a/data/ukui-screensaver-qt b/data/ukui-screensaver-qt
|
|
index 8ac0d54..672fb54 100644
|
|
--- a/data/ukui-screensaver-qt
|
|
+++ b/data/ukui-screensaver-qt
|
|
@@ -1,14 +1,6 @@
|
|
auth requisite pam_nologin.so
|
|
auth sufficient pam_succeed_if.so user ingroup nopasswdlogin
|
|
-
|
|
-@include common-auth
|
|
-auth optional pam_gnome_keyring.so
|
|
-
|
|
-
|
|
-#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
|
|
+auth include system-auth
|
|
+account include system-auth
|
|
+password include system-auth
|
|
+session include system-auth
|
|
--
|
|
2.33.0
|
|
|