提交 7e21b05c 编写于 作者: O openeuler-ci-bot 提交者: Gitee

!171 fix doc error

Merge pull request !171 from guoxiaoqi/master
......@@ -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
```
  
......
......@@ -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
```
- 其他命令
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册