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-08-18 15:35:20 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-08-18 15:35:20 +0300
commitd95ab3d253417b8030ee4d9620bd7ed06c4f28e1 (patch)
treefa82476b8220ee4d0d09dd0b30db12d5e29aeed0 /include/profiles
parent4368b59a1da2db9ccb06bd03d635e174a0587572 (diff)
Support sysctl checks with multiple profiles
Diffstat (limited to 'include/profiles')
-rw-r--r--include/profiles6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/profiles b/include/profiles
index b58e907c..f95db59e 100644
--- a/include/profiles
+++ b/include/profiles
@@ -64,6 +64,12 @@
STRING=$(echo ${VALUE} | tr -d "[" | tr -d "]" | sed "s/, /,/g")
CHECK_VALUE_ARRAY="${CHECK_OPTION_ARRAY} ${STRING}"
;;
+
+ # Ignore configuration data
+ config-data)
+ Debug "Ignoring configuration option, as it will be used by a specific test"
+ ;;
+
# Maximum number of WAITing connections
connections-max-wait-state | connections_max_wait_state)
OPTIONS_CONN_MAX_WAIT_STATE="${VALUE}"