Added variables for compliance standards like HIPAA, ISO27001/ISO27002 and PCI-DSS

This commit is contained in:
mboelen 2015-10-01 11:58:34 +02:00
parent c9c78f751d
commit 4c0fa90478
1 changed files with 3 additions and 0 deletions

View File

@ -51,6 +51,9 @@ unset LANG
CHECK_BINARIES=1
CHKROOTKITBINARY=""
CHKCONFIGBINARY=""
COMPLIANCE_HIPAA=0
COMPLIANCE_ISO27001=0
COMPLIANCE_PCI_DSS=0
CONTROL_URL_APPEND=""
CONTROL_URL_PREPEND=""
CSUMBINARY=""