From 85d7029c02e36aec2d4a6e6bc26e17aae08e941e Mon Sep 17 00:00:00 2001 From: YuQing Date: Tue, 27 Dec 2022 13:35:56 +0800 Subject: [PATCH] Fix some format bugs. Signed-off-by: YuQing --- .../2.21-make-sure-to-collect-file-deletion-events-for-users.md | 1 + ...t-events-that-modify-user-group-information-are-collected.md | 1 + .../5.8-create-common-audit-and-security-users.md | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/benchmarks/logging-and-auditing/2.21-make-sure-to-collect-file-deletion-events-for-users.md b/benchmarks/logging-and-auditing/2.21-make-sure-to-collect-file-deletion-events-for-users.md index eebaed7..d59f80b 100644 --- a/benchmarks/logging-and-auditing/2.21-make-sure-to-collect-file-deletion-events-for-users.md +++ b/benchmarks/logging-and-auditing/2.21-make-sure-to-collect-file-deletion-events-for-users.md @@ -73,4 +73,5 @@ aarch64 ``` 如输出结果符合预期,则视为通过此项检查。 + ## 参考 diff --git a/benchmarks/logging-and-auditing/2.23-ensure-that-events-that-modify-user-group-information-are-collected.md b/benchmarks/logging-and-auditing/2.23-ensure-that-events-that-modify-user-group-information-are-collected.md index acc5b02..5940c3f 100644 --- a/benchmarks/logging-and-auditing/2.23-ensure-that-events-that-modify-user-group-information-are-collected.md +++ b/benchmarks/logging-and-auditing/2.23-ensure-that-events-that-modify-user-group-information-are-collected.md @@ -38,4 +38,5 @@ ``` 如输出结果符合预期,则视为通过此项检查。 + ## 参考 diff --git a/benchmarks/mandatory-access-control/5.8-create-common-audit-and-security-users.md b/benchmarks/mandatory-access-control/5.8-create-common-audit-and-security-users.md index be8c585..4424c63 100644 --- a/benchmarks/mandatory-access-control/5.8-create-common-audit-and-security-users.md +++ b/benchmarks/mandatory-access-control/5.8-create-common-audit-and-security-users.md @@ -12,7 +12,7 @@ ## 修复建议 使用`useradd` `passwd` 创建系统、安全、审计管理员用户并配置密码。 -``` +```bash # 创建自定义用户 # useradd [username] # passwd -- Gitee