mirror of
https://github.com/trimstray/the-practical-linux-hardening-guide.git
synced 2025-12-06 17:22:51 +01:00
added oscap example for CentOS7
- signed-off-by: trimstray <trimstray@gmail.com>
This commit is contained in:
@@ -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:
|
You should inspect the security content of your system with `oscap info` module:
|
||||||
|
|
||||||
```bash
|
```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
|
### OpenSCAP Base
|
||||||
|
|||||||
Reference in New Issue
Block a user