mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Added custom appending/prepending of URLs for control information
This commit is contained in:
parent
391476f38e
commit
2e0c90079b
1 changed files with 4 additions and 0 deletions
|
|
@ -73,6 +73,10 @@ unset LANG
|
|||
CHECK_BINARIES=1
|
||||
CHKROOTKITBINARY=""
|
||||
CHKCONFIGBINARY=""
|
||||
CONTROL_URL_APPEND=""
|
||||
CONTROL_URL_PREPEND=""
|
||||
CUSTOM_URL_APPEND=""
|
||||
CUSTOM_URL_PREPEND=""
|
||||
FILEVALUE=""
|
||||
FIND=""
|
||||
FOUNDPATH=0
|
||||
|
|
|
|||
Loading…
Reference in a new issue