Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormboelen <michael@cisofy.com>2015-10-08 17:25:09 +0300
committermboelen <michael@cisofy.com>2015-10-08 17:25:09 +0300
commitfb1cf9e547e987975c4a0e36f82ca752e1ed441a (patch)
tree8e7d9e12c8645ba99ed84cf2906a5c48330b68c9 /include/profiles
parent4b83d7268d82b60a64977eb77c1df270d04d65f2 (diff)
Rename PCI-DSS to PCI DSS
Diffstat (limited to 'include/profiles')
-rw-r--r--include/profiles2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/profiles b/include/profiles
index 4f4a792a..abdb33d9 100644
--- a/include/profiles
+++ b/include/profiles
@@ -37,7 +37,7 @@
cis) COMPLIANCE_ENABLE_CIS=1 ; Debug "Compliance scanning for CIS Benchmarks is enabled" ;;
hipaa) COMPLIANCE_ENABLE_HIPAA=1 ; Debug "Compliance scanning for HIPAA is enabled" ;;
iso27001) COMPLIANCE_ENABLE_ISO27001=1 ; Debug "Compliance scanning for ISO27001 is enabled" ;;
- pci-dss) COMPLIANCE_ENABLE_PCI_DSS=1 ; Debug "Compliance scanning for PCI-DSS is enabled" ;;
+ pci-dss) COMPLIANCE_ENABLE_PCI_DSS=1 ; Debug "Compliance scanning for PCI DSS is enabled" ;;
*) logtext "Result: Unknown compliance standard configured" ;;
esac
done