1 Star 0 Fork 11

cuiyudong123/ukui-screensaver

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0001-fix-root-can-not-input-passwd-bug.patch 973 Bytes
一键复制 编辑 原始数据 按行查看 历史
peijiankang 提交于 2022-12-09 17:25 . fix root can not input passwd bug
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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cuiyudong123/ukui-screensaver.git
git@gitee.com:cuiyudong123/ukui-screensaver.git
cuiyudong123
ukui-screensaver
ukui-screensaver
master

搜索帮助