From 1eaf71911af20770300d420262782b6bc3b60a5c Mon Sep 17 00:00:00 2001 From: weizhw <12613490+weizhw@user.noreply.gitee.com> Date: Wed, 26 Nov 2025 08:23:06 +0000 Subject: [PATCH] =?UTF-8?q?update=20KSecMain/policy/shell/etc-shadow.sh.?= =?UTF-8?q?=20=E4=BF=AE=E6=94=B9=E5=A4=87=E4=BB=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: weizhw <12613490+weizhw@user.noreply.gitee.com> --- KSecMain/policy/shell/etc-shadow.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KSecMain/policy/shell/etc-shadow.sh b/KSecMain/policy/shell/etc-shadow.sh index 0951000..2f48737 100644 --- a/KSecMain/policy/shell/etc-shadow.sh +++ b/KSecMain/policy/shell/etc-shadow.sh @@ -2,7 +2,7 @@ # . ./KOS5-AccessPub.sh #存放回滚值的文件 ROOLBACK=/opt/KSec/compliance/rollback/etc-shadow -BackFlag=KOS3.7 +BackFlag=Item4.3 #校验的文件路径 CHECKPATH=/etc/shadow ##!检测 /etc/shadow 文件权限配置。修改:/etc/shadow文件权限。 -- Gitee