From 56ce017b4f1a32a991c1dbdba907d43cf378cea3 Mon Sep 17 00:00:00 2001 From: marcus-cr Date: Wed, 26 Oct 2016 06:35:47 -0400 Subject: Updated profiles (#300) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Updated profiles Added “personal” machine-role, changed “desktop” to “workstation”. * Changed Default Profile Amended roles of system: changed “desktop” to “workstation”, and added “personal”. --- default.prf | 2 +- include/profiles | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/default.prf b/default.prf index ef497011..1b949d42 100644 --- a/default.prf +++ b/default.prf @@ -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 diff --git a/include/profiles b/include/profiles index 7988995e..4e543fad 100644 --- a/include/profiles +++ b/include/profiles @@ -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 -- cgit v1.2.3