From 6696148e6855757dc31e0d59aa31f25a871d38f1 Mon Sep 17 00:00:00 2001 From: weizhw <12613490+weizhw@user.noreply.gitee.com> Date: Wed, 26 Nov 2025 08:18:10 +0000 Subject: [PATCH] =?UTF-8?q?update=20KSecMain/policy/shell/etc-cron.hourly.?= =?UTF-8?q?sh.=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-cron.hourly.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/KSecMain/policy/shell/etc-cron.hourly.sh b/KSecMain/policy/shell/etc-cron.hourly.sh index 41f136d..d71faa6 100644 --- a/KSecMain/policy/shell/etc-cron.hourly.sh +++ b/KSecMain/policy/shell/etc-cron.hourly.sh @@ -1,8 +1,7 @@ #!/bin/bash -# . ./KOS5-AccessPub.sh #存放回滚值的文件 ROOLBACK=/opt/KSec/compliance/rollback/etc-cron.hourly -BackFlag=KOS3.11 +BackFlag=Item4.7 #校验的文件路径 CHECKPATH=/etc/cron.hourly ##!检测 /etc/cron.hourly 文件权限配置。修改:/etc/cron.hourly文件权限。 -- Gitee