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:
Diffstat (limited to 'plugins/README')
-rw-r--r--plugins/README30
1 files changed, 30 insertions, 0 deletions
diff --git a/plugins/README b/plugins/README
new file mode 100644
index 00000000..c65287a1
--- /dev/null
+++ b/plugins/README
@@ -0,0 +1,30 @@
+
+##########################################################################
+#
+# This directory contains plugins
+#
+##########################################################################
+
+
+General notes
+---------------
+
+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.
+
+
+A generic example can be found in the custom_plugin.template file, which
+includes several code snippets to assist in creating customer plugins.
+
+
+
+**************************************************************************
+ Would your plugin or individual test benefit Lynis and others?
+ Share and be part of the Free and Open Source Software community!
+**************************************************************************