From 0327257c62f9de0e944813eba7138a3922c17239 Mon Sep 17 00:00:00 2001 From: guoxiaoqi Date: Mon, 22 Jun 2020 10:38:03 +0800 Subject: [PATCH] fix doc error --- content/en/docs/SecHarden/security-hardening-tools.md | 4 ++-- ...05\250\345\212\240\345\233\272\345\267\245\345\205\267.md" | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/en/docs/SecHarden/security-hardening-tools.md b/content/en/docs/SecHarden/security-hardening-tools.md index cc0ca2cf5..0cfbfd942 100644 --- a/content/en/docs/SecHarden/security-hardening-tools.md +++ b/content/en/docs/SecHarden/security-hardening-tools.md @@ -66,7 +66,7 @@ Each line in the **usr-security.conf** file indicates a configuration item. Th Example: If the execution ID is **201**, replace lines starting with **size** in the **/etc/audit/hzqtest** file with **size 2048**. ``` - 201@sm@/etc/audit/hzqtest@size @2048 + 201@sm@/etc/audit/hzqtest@size@ 2048 ``` @@ -91,7 +91,7 @@ Each line in the **usr-security.conf** file indicates a configuration item. Th Example: If the execution ID is **218**, stop the **cups.service**. This provides the same function as running the **systemctl stop cups.service** command. ``` - 218@systemctl @cups.service@stop + 218@systemctl@cups.service@stop ```    diff --git "a/content/zh/docs/SecHarden/\345\256\211\345\205\250\345\212\240\345\233\272\345\267\245\345\205\267.md" "b/content/zh/docs/SecHarden/\345\256\211\345\205\250\345\212\240\345\233\272\345\267\245\345\205\267.md" index 2d2de8ab6..6668e941e 100644 --- "a/content/zh/docs/SecHarden/\345\256\211\345\205\250\345\212\240\345\233\272\345\267\245\345\205\267.md" +++ "b/content/zh/docs/SecHarden/\345\256\211\345\205\250\345\212\240\345\233\272\345\267\245\345\205\267.md" @@ -62,7 +62,7 @@ usr-security.conf中的每一行代表一项配置,根据配置内容的不同 示例:执行ID为201,将/etc/audit/hzqtest文件中以size开头的行替换为size 2048。 ``` - 201@sm@/etc/audit/hzqtest@size @2048 + 201@sm@/etc/audit/hzqtest@size@ 2048 ``` @@ -87,7 +87,7 @@ usr-security.conf中的每一行代表一项配置,根据配置内容的不同 示例:执行ID为218,停止cups.service服务,等同于systemctl stop cups.service的配置行。 ``` - 218@systemctl @cups.service@stop + 218@systemctl@cups.service@stop ``` - 其他命令 -- Gitee