mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-27 15:54:09 +02:00
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
|
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 (tags=db,production,ssn-1304)
|
||||||
tags)
|
tags)
|
||||||
if [ ! -z "${VALUE}" ]; then Report "tags=${VALUE}"; fi
|
if [ ! -z "${VALUE}" ]; then Report "tags=${VALUE}"; fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user