2014-08-26 17:33:55 +02:00
|
|
|
##########################################################################
|
|
|
|
#
|
|
|
|
# This directory contains plugins
|
|
|
|
#
|
|
|
|
##########################################################################
|
|
|
|
|
|
|
|
|
2015-02-25 20:38:20 +01:00
|
|
|
General notes
|
|
|
|
---------------
|
2014-08-26 17:33:55 +02:00
|
|
|
|
2015-02-25 20:38:20 +01:00
|
|
|
Custom plugins should be added to this directory, so they are included
|
|
|
|
in an audit.
|
2014-08-26 17:33:55 +02:00
|
|
|
|
2015-02-25 20:38:20 +01:00
|
|
|
Notes:
|
2014-08-26 17:33:55 +02:00
|
|
|
|
2015-02-25 20:38:20 +01:00
|
|
|
- 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.
|
2014-08-26 17:33:55 +02:00
|
|
|
|
2015-02-25 20:38:20 +01:00
|
|
|
A generic example can be found in the custom_plugin.template file,
|
|
|
|
which includes several code snippets to assist in creating customer
|
|
|
|
plugins.
|
2014-08-26 17:33:55 +02:00
|
|
|
|
2015-02-25 20:38:20 +01:00
|
|
|
Community plugins are available under a restricted license.
|
2014-08-26 17:33:55 +02:00
|
|
|
|
|
|
|
|
|
|
|
**************************************************************************
|
|
|
|
Would your plugin or individual test benefit Lynis and others?
|
|
|
|
Share and be part of the Free and Open Source Software community!
|
2015-02-25 20:38:20 +01:00
|
|
|
|
|
|
|
Support address: lynis-dev@cisofy.com
|
2014-08-26 17:33:55 +02:00
|
|
|
**************************************************************************
|