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-16 21:01:23 +0300
committermboelen <michael@cisofy.com>2015-04-16 21:01:23 +0300
commit111350a4e1029bd2565e76251fb8773efdc94b8d (patch)
treeea9c0e68ca4354041e3cf2c9eeacdd2745564556 /default.prf
parenta29335823fc4a41f93d5d6a6b334478ade1cadb8 (diff)
Add new plugin support and example change
Diffstat (limited to 'default.prf')
-rw-r--r--default.prf3
1 files changed, 2 insertions, 1 deletions
diff --git a/default.prf b/default.prf
index c9d4003e..c97e55f5 100644
--- a/default.prf
+++ b/default.prf
@@ -67,6 +67,7 @@ config:show_tool_tips:1:
# Lynis Plugins (some are for Lynis Enterprise users only)
plugin=compliance
+plugin=configuration
plugin=control-panels
plugin=crypto
plugin=dns
@@ -317,7 +318,7 @@ permdir:/root/.ssh:rwx------:root:-:WARN:
# Add your Lynis Enterprise license key here
#config:license_key:[Your license key]:
# The hostname/IP address to receive the data
-#config:upload_server:cisofy.com:
+#config:upload_server:portal.cisofy.com:
# Provide options to cURL when uploading data. Common options include:
# -k or --insecure --> use HTTPS, but skip certificate check (e.g. self-signed)