mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Added 'system-groups' option for Enterprise users
This commit is contained in:
parent
a1c7f38680
commit
3da779f62c
1 changed files with 5 additions and 0 deletions
|
|
@ -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 a new issue