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>2018-01-19 22:01:06 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2018-01-19 22:01:06 +0300
commit3da779f62c3e17d02041d6779405953430e3715a (patch)
treead18c1645e6ebdbc45051d560e7555a933ea9eae /include/profiles
parenta1c7f3868046ad56ea2cd534736f0323563c3598 (diff)
Added 'system-groups' option for Enterprise users
Diffstat (limited to 'include/profiles')
-rw-r--r--include/profiles5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/profiles b/include/profiles
index eb91a21a..b2261ba1 100644
--- a/include/profiles
+++ b/include/profiles
@@ -330,6 +330,11 @@
if [ ! -z "${VALUE}" ]; then Report "system-customer-name=${VALUE}"; fi
;;
+ # The groups linked to a system (system-groups=customers,webservers,production)
+ system-groups)
+ if [ ! -z "${VALUE}" ]; then Report "system-groups=${VALUE}"; fi
+ ;;
+
# Tags (tags=db,production,ssn-1304)
tags)
if [ ! -z "${VALUE}" ]; then Report "tags=${VALUE}"; fi