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:
marcus-cr 2016-10-26 06:35:47 -04:00 committed by Michael Boelen
parent b95e44a526
commit 56ce017b4f
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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