mirror of https://github.com/CISOfy/lynis.git
Added 'system-groups' option for Enterprise users
This commit is contained in:
parent
a1c7f38680
commit
3da779f62c
|
@ -330,6 +330,11 @@
|
|||
if [ ! -z "${VALUE}" ]; then Report "system-customer-name=${VALUE}"; fi
|
||||
;;
|
||||
|
||||
# The groups linked to a system (system-groups=customers,webservers,production)
|
||||
system-groups)
|
||||
if [ ! -z "${VALUE}" ]; then Report "system-groups=${VALUE}"; fi
|
||||
;;
|
||||
|
||||
# Tags (tags=db,production,ssn-1304)
|
||||
tags)
|
||||
if [ ! -z "${VALUE}" ]; then Report "tags=${VALUE}"; fi
|
||||
|
|
Loading…
Reference in New Issue