From e399b49e1e28ccd7ad3ed86145a3735a496fe6b9 Mon Sep 17 00:00:00 2001 From: mboelen Date: Thu, 17 Mar 2016 20:32:02 +0100 Subject: Introduction of new style configuration file --- default.prf | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'default.prf') diff --git a/default.prf b/default.prf index 0193b9ad..a97f0f46 100644 --- a/default.prf +++ b/default.prf @@ -379,4 +379,17 @@ permdir:/root/.ssh:rwx------:root:-:WARN: # Define which compliance standards are audited and reported on. Disable this if not required. config:compliance_standards:cis,hipaa,iso27001,pci-dss: +################################################################################# +# +# Configuration (New Style) - Options not used yet +# +################################################################################# + +# Skip a test (one per line) +#skip-test=SSH-7408 + +# Skip a particular option within a test (when applicable) +#skip-test=SSH-7408:loglevel +#skip-test=SSH-7408:permitrootlogin + #EOF -- cgit v1.2.3