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-01 13:00:44 +0300
committermboelen <michael@cisofy.com>2015-10-01 13:00:44 +0300
commit3a4376baa5e246fa2663342a8dcdeb100211bff7 (patch)
treee6fab695ef211230382c9bce70eb692a709ac455 /default.prf
parent9505a10dd7fc2960322c5a604e8ab586609bb284 (diff)
Added profile settings for compliance standards like HIPAA, ISO27001/ISO27002 and PCI-DSS
Diffstat (limited to 'default.prf')
-rw-r--r--default.prf6
1 files changed, 5 insertions, 1 deletions
diff --git a/default.prf b/default.prf
index ab167e45..69b01219 100644
--- a/default.prf
+++ b/default.prf
@@ -82,6 +82,7 @@ plugin=kernel
plugin=malware
plugin=memory
plugin=nginx
+plugin=pam
plugin=processes
plugin=security-modules
plugin=software
@@ -362,4 +363,7 @@ permdir:/root/.ssh:rwx------:root:-:WARN:
#config:group:[group name]:
#config:group:test:
-#EOF \ No newline at end of file
+# Define which compliance standards are audited and reported on. Disable this if not required.
+config:compliance_standards:hipaa,iso27001,pci-dss:
+
+#EOF