mirror of https://github.com/CISOfy/lynis.git
Added note about community plugins and support address
This commit is contained in:
parent
e5dfd40530
commit
446885d4fd
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
##########################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# This directory contains plugins
|
# 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
|
Custom plugins should be added to this directory, so they are included
|
||||||
audit.
|
in an audit.
|
||||||
|
|
||||||
Notes:
|
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.
|
|
||||||
|
|
||||||
|
- 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
|
A generic example can be found in the custom_plugin.template file,
|
||||||
includes several code snippets to assist in creating customer plugins.
|
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?
|
Would your plugin or individual test benefit Lynis and others?
|
||||||
Share and be part of the Free and Open Source Software community!
|
Share and be part of the Free and Open Source Software community!
|
||||||
|
|
||||||
|
Support address: lynis-dev@cisofy.com
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
|
|
Loading…
Reference in New Issue