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:
authormboelen <michael@cisofy.com>2016-02-15 14:39:06 +0300
committermboelen <michael@cisofy.com>2016-02-15 14:39:06 +0300
commit2aa9b9a9b155f2e272a2b3212e6a80d491f00f49 (patch)
treed89975aa62e9e970840937091397d76bb1a60385 /default.prf
parent4d0511f62f802d069a6deea9e5ed3b03eaaf00c9 (diff)
Changed custom URLs for hardening tips
Diffstat (limited to 'default.prf')
-rw-r--r--default.prf9
1 files changed, 6 insertions, 3 deletions
diff --git a/default.prf b/default.prf
index e1d9cbb6..5e48be31 100644
--- a/default.prf
+++ b/default.prf
@@ -303,10 +303,13 @@ permdir:/root/.ssh:rwx------:root:-:WARN:
#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/:
+# Link will be build with: {control_url_protocol}://{control_url_prepend}CONTROL-ID{control_url_append}
+#config:control_url_protocol:https:
+#config:control_url_prepend:cisofy.com/control/:
#config:control_url_append:/:
-#config:custom_url_prepend:https://your-domain.example.org/control-info/:
+# The URL prefix and append to URL's for your custom tests
+#config:custom_url_protocol:https:
+#config:custom_url_prepend:ayour-domain.example.org/control-info/:
#config:custom_url_append:/:
#################################################################################