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-08-03 12:20:31 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2018-08-03 12:20:31 +0300
commit7ebccab207590b4c0139df25c1cab57d2a97d47e (patch)
tree2796bce34ecd71b3c7d6ee346f102d718ab65a64
parent963e033504a0eb07c2b20e06af735e635286df6c (diff)
Updated URL for Lynis controls
-rw-r--r--include/report2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/report b/include/report
index 440c59c0..0c5ca811 100644
--- a/include/report
+++ b/include/report
@@ -92,7 +92,7 @@
#################################################################################
#
if [ "${CONTROL_URL_PROTOCOL}" = "" ]; then CONTROL_URL_PROTOCOL="https"; fi
- if [ "${CONTROL_URL_PREPEND}" = "" ]; then CONTROL_URL_PREPEND="cisofy.com/controls/"; fi
+ if [ "${CONTROL_URL_PREPEND}" = "" ]; then CONTROL_URL_PREPEND="cisofy.com/lynis/controls/"; fi
if [ "${CONTROL_URL_APPEND}" = "" ]; then CONTROL_URL_APPEND="/"; fi
if [ "${CUSTOM_URL_PROTOCOL}" = "" ]; then CUSTOM_URL_PROTOCOL="https"; fi
if [ "${CUSTOM_URL_PREPEND}" = "" ]; then CUSTOM_URL_PREPEND="your-domain.example.org/controls/"; fi