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:
authorMichael Boelen <michael.boelen@cisofy.com>2018-01-23 16:36:04 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2018-01-23 16:36:04 +0300
commit85c83102df4ad02dcebcab1e678efd07dabf928b (patch)
tree83db2ba107ff199625026ecfe2b26a0f112cf788 /include/profiles
parent3ba399c4c30aebffa48e568c014448e862bcf5e3 (diff)
Add 'compliance-standards' as profile option, compliance_standards will be deprecated
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 c23e3706..a077a4be 100644
--- a/include/profiles
+++ b/include/profiles
@@ -59,7 +59,7 @@
# Define which compliance standards are enabled
# For this to work, the Enterprise plugins are needed
- compliance_standards | check-compliance)
+ compliance_standards | compliance-standards | check-compliance) # deprecated: compliance_standards
COMPLIANCE_STANDARDS_ENABLED=$(echo ${VALUE} | tr ',' ' ')
for STANDARD in ${COMPLIANCE_STANDARDS_ENABLED}; do
case ${STANDARD} in