使用opencap评估CentOS 6的PCI DSS合规

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用opencap评估CentOS 6的PCI DSS合规相关的知识,希望对你有一定的参考价值。

  • 安装
[[email protected] ~]# yum install scap-security-guide -y
  • 修改配置
    如果使用的是 redhat 则可以跳过此步
[[email protected] ~]# sed -i -e "s#<platform>Red Hat Enterprise Linux 6</platform>#<platform>CentOS 6</platform>##g" /usr/share/xml/scap/ssg/content/ssg-rhel6-cpe-oval.xml
[[email protected] ~]# sed -i -e "s#cpe:/o:redhat:enterprise_linux:6#cpe:/o:centos:centos:6##g" /usr/share/xml/scap/ssg/content/ssg-rhel6-cpe-oval.xml
[[email protected] ~]# sed -i -e "s#cpe:/o:redhat:enterprise_linux#cpe:/o:centos:centos##g" /usr/share/xml/scap/ssg/content/ssg-rhel6-xccdf.xml
  • 评估PCI DSS合规的内容

    oscap xccdf eval --results results.xml --profile xccdf_org.ssgproject.content_profile_pci-dss /usr/share/xml/scap/ssg/content/ssg-rhel6-ds.xml
  • 生成html的报告
    oscap xccdf generate report --output report.html results.xml

以上是关于使用opencap评估CentOS 6的PCI DSS合规的主要内容,如果未能解决你的问题,请参考以下文章

使用opencap评估CentOS 8的PCI DSS合规

centos7认不到pci-e光口

所有源代码都需要符合 PCI 吗?

使用xilinx spartan-6 FPGA 制作PCI总线卡高低温运行异常

RK3399平台开发系列讲解(高速设备驱动篇)6.32PCI设备的扫描创建

RK3399平台开发系列讲解(高速设备驱动篇)6.31PCI驱动框架结构体的抽象