mirror of https://github.com/CISOfy/lynis.git
Updated profiles (#300)
* Updated profiles Added “personal” machine-role, changed “desktop” to “workstation”. * Changed Default Profile Amended roles of system: changed “desktop” to “workstation”, and added “personal”.
This commit is contained in:
parent
b95e44a526
commit
56ce017b4f
|
@ -39,7 +39,7 @@ language=
|
|||
# Lynis Enterprise license key
|
||||
license-key=
|
||||
|
||||
# Defines the role of the system (desktop, server)
|
||||
# Defines the role of the system (personal, workstation or server)
|
||||
machine-role=server
|
||||
|
||||
# Profile name, will be used as title/description
|
||||
|
|
|
@ -174,10 +174,10 @@
|
|||
LOG_INCORRECT_OS=${SETTING_LOG_TESTS_INCORRECT_OS}
|
||||
;;
|
||||
|
||||
# What type of machine we are scanning (eg. desktop, server, server with storage)
|
||||
# What type of machine we are scanning (eg. personal, workstation or server)
|
||||
machine-role | machine_role)
|
||||
MACHINE_ROLE="${VALUE}"
|
||||
AddSetting "machine-role" "${MACHINE_ROLE}" "Machine role (server or desktop)"
|
||||
AddSetting "machine-role" "${MACHINE_ROLE}" "Machine role (personal, workstation or server)"
|
||||
;;
|
||||
|
||||
# Define if any found NTP daemon instance is configured as a server or client
|
||||
|
|
Loading…
Reference in New Issue