Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--default.prf2
-rw-r--r--include/profiles4
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