From 4c0fa9047827ddb2f036d747fb4bbcf27fcfa56c Mon Sep 17 00:00:00 2001 From: mboelen Date: Thu, 1 Oct 2015 11:58:34 +0200 Subject: [PATCH] Added variables for compliance standards like HIPAA, ISO27001/ISO27002 and PCI-DSS --- include/consts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/consts b/include/consts index 702bb04a..34850a34 100644 --- a/include/consts +++ b/include/consts @@ -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=""