accountsservice/0001-exclude-pcpqa-user-who-cannot-login-because-of-SELin.patch
ouyanglearnning 8c12ca1090 exclude pcpqa user who cannot login because of SELinux
(cherry picked from commit 48049851a3c7e413bef117eed5837c25c07c3928)
2022-12-14 09:42:54 +08:00

27 lines
672 B
Diff
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

From 2807b7704fe1abbd1eb68eb6c8f6c2f430bdf12b Mon Sep 17 00:00:00 2001
From: ouyangminxiang <ouyangminxiang@kylinos.com.cn >
Date: Wed, 30 Mar 2022 15:47:25 +0800
Subject: [PATCH] exclude pcpqa user who cannot login because of SELinux
---
src/user-classify.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/user-classify.c b/src/user-classify.c
index 9db1c9a..cbfe177 100644
--- a/src/user-classify.c
+++ b/src/user-classify.c
@@ -51,7 +51,8 @@ static const char *default_excludes[] = {
"man",
"at",
"gdm",
- "gnome-initial-setup"
+ "gnome-initial-setup",
+ "pcpqa"
};
static gboolean
--
2.33.0