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:
authorMichael Boelen <michael.boelen@cisofy.com>2016-12-02 15:19:29 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-12-02 15:19:29 +0300
commitaadd58e6a69766f3082cb56d562956578855100c (patch)
tree4944a77f634a8116361d22506b5c07cd6d8c04c5 /include/profiles
parent304a5c20a9d92397048f9ed6319f919ba76da213 (diff)
Allow option to configure host IDs via profile
Diffstat (limited to 'include/profiles')
-rw-r--r--include/profiles8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/profiles b/include/profiles
index 4e543fad..b28bebd4 100644
--- a/include/profiles
+++ b/include/profiles
@@ -151,6 +151,14 @@
AddSetting "group" "${GROUP_NAME}" "Group"
;;
+ hostid)
+ HOSTID="${VALUE}"
+ ;;
+
+ hostid2)
+ HOSTID2="${VALUE}"
+ ;;
+
# Language
language | lang)
LogText "Language set via profile to '${VALUE}'"