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 /include/profiles
parent4d0511f62f802d069a6deea9e5ed3b03eaaf00c9 (diff)
Changed custom URLs for hardening tips
Diffstat (limited to 'include/profiles')
-rw-r--r--include/profiles10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/profiles b/include/profiles
index 53c1b794..e951c474 100644
--- a/include/profiles
+++ b/include/profiles
@@ -58,6 +58,11 @@
CONTROL_URL_PREPEND="${VALUE}"
;;
+ # Protocol to use for control information link
+ control_url_protocol)
+ CONTROL_URL_PROTOCOL="${VALUE}"
+ ;;
+
# Append something to URL for control information (only applies to CUST-*)
custom_url_append)
CUSTOM_URL_APPEND="${VALUE}"
@@ -68,6 +73,11 @@
CUSTOM_URL_PREPEND="${VALUE}"
;;
+ # Protocol to use for control information link
+ custom_url_protocol)
+ CUSTOM_URL_PROTOCOL="${VALUE}"
+ ;;
+
# Do not check security repository in sources.list (Debian/Ubuntu)
debian_skip_security_repository)
OPTION_DEBIAN_SKIP_SECURITY_REPOSITORY="${VALUE}"