Added control_url_prepend, control_url_append, custom_url_prepend, custom_url_append

This commit is contained in:
mboelen 2015-01-30 18:08:41 +01:00
parent 0a196b7e79
commit b23a730e7e
1 changed files with 7 additions and 0 deletions

View File

@ -300,6 +300,13 @@ permdir:/root/.ssh:rwx------:root:-:WARN:
# Skip Lynis upgrade availability test (default: no) # Skip Lynis upgrade availability test (default: no)
#config:skip_upgrade_test:yes: #config:skip_upgrade_test:yes:
# The URL prefix and append to URL's for your custom tests
# Link will be build with: {control_url_prepend}CONTROL-ID{control_url_append}
#config:control_url_prepend:https://cisofy.com/control/:
#config:control_url_append:/:
#config:custom_url_prepend:https://your-domain.example.org/control-info/:
#config:custom_url_append:/:
################################################################################# #################################################################################
# #
# Lynis Enterprise # Lynis Enterprise