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-05-27 13:34:19 +0300
committermboelen <michael@cisofy.com>2015-05-27 13:34:19 +0300
commit46e6f87fc10c8823da35049f241f28960a1ccea7 (patch)
tree833c6ee996fe283c64348ddb98bdb2f45d70434f
parent7f0fbcf359fb3f15735991923b391f44a0345bf1 (diff)
Added container to test groups
-rwxr-xr-xlynis12
1 files changed, 5 insertions, 7 deletions
diff --git a/lynis b/lynis
index 46740486..3415692b 100755
--- a/lynis
+++ b/lynis
@@ -719,13 +719,11 @@
logtext "Info: perform tests from all categories"
INCLUDE_TESTS="boot_services kernel memory_processes authentication shells \
- filesystems storage storage_nfs \
- nameservices ports_packages networking printers_spools \
- mail_messaging firewalls \
- webservers ssh snmp databases ldap php squid logging \
- insecure_services banners scheduling accounting \
- time crypto virtualization mac_frameworks file_integrity hardening_tools tooling \
- malware file_permissions homedirs kernel_hardening hardening"
+ filesystems storage storage_nfs nameservices ports_packages networking printers_spools \
+ mail_messaging firewalls webservers ssh snmp databases ldap php squid logging \
+ insecure_services banners scheduling accounting time crypto virtualization containers \
+ mac_frameworks file_integrity hardening_tools tooling malware file_permissions homedirs \
+ kernel_hardening hardening"
else
INCLUDE_TESTS="${TESTS_CATEGORY_TO_PERFORM}"
logtext "Info: only performing tests from categories: ${TESTS_CATEGORY_TO_PERFORM}"