minor updates

- signed-off-by: trimstray <trimstray@gmail.com>
This commit is contained in:
trimstray
2019-03-03 15:05:57 +01:00
parent be2105aa52
commit 45fdba0b27

View File

@@ -257,10 +257,10 @@ Before use, please read **[Using OSCAP](https://access.redhat.com/documentation/
# Installation:
yum install openscap-scanner
# Make a RHEL7 machine PCI-DSS compliant:
# Make a RHEL7 machine e.g. PCI-DSS compliant:
oscap xccdf eval --report report.html --profile xccdf_org.ssgproject.content_profile_pci-dss /usr/share/xml/scap/ssg/content/ssg-rhel7-ds.xml
# Make a CentOS machine PCI-DSS compliant:
# Make a CentOS machine e.g. PCI-DSS compliant:
oscap xccdf eval --report report.html --profile xccdf_org.ssgproject.content_profile_pci-dss /usr/share/xml/scap/ssg/content/ssg-centos7-ds.xml
```