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>2015-04-30 02:23:18 +0300
committermboelen <michael@cisofy.com>2015-04-30 02:23:18 +0300
commit0cc3a69be9bf4f06222c575759f1aab85d14009a (patch)
tree1b0b15af7432b9f1dfced789e3342e84b402dae6 /default.prf
parentb2b9f7627a82ebb6426498e6bf345cd176446001 (diff)
Additions to allow for automatic updates
Diffstat (limited to 'default.prf')
-rw-r--r--default.prf32
1 files changed, 32 insertions, 0 deletions
diff --git a/default.prf b/default.prf
index c97e55f5..713070f7 100644
--- a/default.prf
+++ b/default.prf
@@ -310,6 +310,38 @@ permdir:/root/.ssh:rwx------:root:-:WARN:
#################################################################################
#
+# Automatic Updating
+# -------------------
+#
+# These settings are required when using the lynis update functionality.
+# By specifying local paths and your update server, the tool can do an update
+# check, compare versions and download a new version.
+#
+#################################################################################
+
+# Local directory (without slash at end) where lynis directory will be installed
+# Note: do not add full path to lynis, as subdirectory is part of tarball
+#config:update_local_directory:/usr/local:
+# Full path to local file. Change local path if Lynis is installed on a different place
+#config:update_local_version_info:/usr/local/lynis/client-version:
+
+# Download information
+# -----------------------------
+# Protocol to use: http, https
+#config:update_server_protocol:http:
+
+# Address of update server
+#config:update_server_address:192.168.1.125:
+
+# Path to last stable release
+#config:update_latest_version_download:/files/lynis-latest.tar.gz:
+
+# Last part of URL (file to gather)
+#config:update_latest_version_info:/files/lynis-latest-version:
+
+
+#################################################################################
+#
# Lynis Enterprise
# -----------------
#