mirror of https://github.com/CISOfy/lynis.git
Added more aliases
This commit is contained in:
parent
2767cc2915
commit
bcf69503bc
|
@ -69,19 +69,19 @@
|
|||
;;
|
||||
|
||||
# Append something to URL for control information
|
||||
control_url_append)
|
||||
control-url-append | control_url_append)
|
||||
CONTROL_URL_APPEND="${VALUE}"
|
||||
AddSetting "control-url-append" "${CONTROL_URL_APPEND}" "Control URL (append)"
|
||||
;;
|
||||
|
||||
# Prepend an URL before control information link
|
||||
control_url_prepend)
|
||||
control-url-prepend | control_url_prepend)
|
||||
CONTROL_URL_PREPEND="${VALUE}"
|
||||
AddSetting "control-url-prepend" "${CONTROL_URL_PREPEND}" "Control URL (prepend)"
|
||||
;;
|
||||
|
||||
# Protocol to use for control information link
|
||||
control_url_protocol)
|
||||
control-url-protocol | control_url_protocol)
|
||||
CONTROL_URL_PROTOCOL="${VALUE}"
|
||||
AddSetting "control-url-protocol" "${CONTROL_URL_PREPEND}" "Control URL (protocol)"
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue