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