From 0cc3a69be9bf4f06222c575759f1aab85d14009a Mon Sep 17 00:00:00 2001 From: mboelen Date: Thu, 30 Apr 2015 01:23:18 +0200 Subject: Additions to allow for automatic updates --- default.prf | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'default.prf') diff --git a/default.prf b/default.prf index c97e55f5..713070f7 100644 --- a/default.prf +++ b/default.prf @@ -308,6 +308,38 @@ permdir:/root/.ssh:rwx------:root:-:WARN: #config:custom_url_prepend:https://your-domain.example.org/control-info/: #config:custom_url_append:/: +################################################################################# +# +# 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 -- cgit v1.2.3