mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-31 01:34:23 +02:00
Updated Developer Guide (markdown)
parent
00b3fa5a3b
commit
48bcf61c6e
@ -6,13 +6,15 @@ Developing is not that hard, as our tool is written in shell script. It uses Bou
|
||||
|
||||
The first part when developing, is understanding the structure of the project.
|
||||
|
||||
## Root directory
|
||||
## Directories
|
||||
|
||||
### Root directory
|
||||
The most important files, like the Lynis script can be found in the root of the directory, together with the man page and documentation.
|
||||
|
||||
## Include directory
|
||||
### Include directory
|
||||
The directory is named "include", as more intelligence is included (or sourced) by the main script. It includes important functions, initializes variables, and shows the report. Also the individual tests are stored in this directory. So this directory is definitely where most of the magic happens.
|
||||
|
||||
## Extra directory
|
||||
### Extra directory
|
||||
Supporting documents and scripts are stored here.
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user