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-02-25 22:38:20 +0300
committermboelen <michael@cisofy.com>2015-02-25 22:38:20 +0300
commit446885d4fdcaa40b4c7b562ee08316ae03b8643a (patch)
tree1954bb72cc7be7d008c749ab74b79191d22d370a
parente5dfd40530d5e27a3cd560574d26b4aefc0ae809 (diff)
Added note about community plugins and support address2.0.0
-rw-r--r--plugins/README28
1 files changed, 16 insertions, 12 deletions
diff --git a/plugins/README b/plugins/README
index c65287a1..dd6dd44b 100644
--- a/plugins/README
+++ b/plugins/README
@@ -1,4 +1,3 @@
-
##########################################################################
#
# This directory contains plugins
@@ -6,25 +5,30 @@
##########################################################################
-General notes
----------------
+ General notes
+ ---------------
-Custom plugins should be added to this directory, so they are included in an
-audit.
+ Custom plugins should be added to this directory, so they are included
+ in an audit.
-Notes:
-- File permissions of a plugin should be 600, 640 or the least
- restrictive 400.
-- Each plugin should be enabled in the profile, before it will be used.
-- Custom plugins should use a test ID's with a "CUS-" prefix.
+ Notes:
+ - File permissions of a plugin should be 600, 640 or the least
+ restrictive 400.
+ - Each plugin should be enabled in the profile, before it will be
+ activated.
+ - Custom plugins should use a test ID's with a "CUS-" prefix.
-A generic example can be found in the custom_plugin.template file, which
-includes several code snippets to assist in creating customer plugins.
+ A generic example can be found in the custom_plugin.template file,
+ which includes several code snippets to assist in creating customer
+ plugins.
+ Community plugins are available under a restricted license.
**************************************************************************
Would your plugin or individual test benefit Lynis and others?
Share and be part of the Free and Open Source Software community!
+
+ Support address: lynis-dev@cisofy.com
**************************************************************************