From ab23819213243043df14262325943b8082d57d89 Mon Sep 17 00:00:00 2001 From: YuQing Date: Fri, 17 Jun 2022 15:45:26 +0800 Subject: [PATCH] mandatory-access-control: fix the 5.3-5.4 markdown file title error Fixes: #I5CTC2 Signed-off-by: YuQing --- .../5.3-ensure-the-selinux-mode-is-enabled.md | 2 +- .../5.4-ensure-the-selinux-mode-is-enforcing.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmarks/mandatory-access-control/5.3-ensure-the-selinux-mode-is-enabled.md b/benchmarks/mandatory-access-control/5.3-ensure-the-selinux-mode-is-enabled.md index f17bf7b..ec57538 100644 --- a/benchmarks/mandatory-access-control/5.3-ensure-the-selinux-mode-is-enabled.md +++ b/benchmarks/mandatory-access-control/5.3-ensure-the-selinux-mode-is-enabled.md @@ -1,4 +1,4 @@ -# 5.2 确保SELinux不是禁用模式 +# 5.3 确保SELinux不是禁用模式 ## 安全等级 diff --git a/benchmarks/mandatory-access-control/5.4-ensure-the-selinux-mode-is-enforcing.md b/benchmarks/mandatory-access-control/5.4-ensure-the-selinux-mode-is-enforcing.md index ee3cb5b..e721691 100644 --- a/benchmarks/mandatory-access-control/5.4-ensure-the-selinux-mode-is-enforcing.md +++ b/benchmarks/mandatory-access-control/5.4-ensure-the-selinux-mode-is-enforcing.md @@ -1,4 +1,4 @@ -# 5.2 确保SELinux是Enforcing模式 +# 5.4 确保SELinux是Enforcing模式 ## 安全等级 -- Gitee