added oscap example for CentOS7

- signed-off-by: trimstray <trimstray@gmail.com>
This commit is contained in:
trimstray
2019-02-21 10:30:48 +01:00
parent d46fe3193c
commit 6dd603b448

View File

@@ -196,7 +196,11 @@ The auditing system settings with SCAP Security Guide project contains guidance
You should inspect the security content of your system with `oscap info` module:
```bash
oscap info /usr/share/xml/scap/ssg/rhel7/ssg-rhel7-ds.xml
# For RHEL:
oscap info /usr/share/xml/scap/ssg/content//ssg-rhel7-ds.xml
# For CentOS:
oscap info /usr/share/xml/scap/ssg/content/ssg-centos7-ds.xml
```
### OpenSCAP Base