lynis: add page (#3034)

italian
Starbeamrainbowlabs 2019-05-16 17:54:20 +01:00 committed by Andrik Albuquerque
parent 30b9eabe3d
commit bb1a320cfb
1 changed files with 16 additions and 0 deletions

16
pages/linux/lynis.md Normal file
View File

@ -0,0 +1,16 @@
# lynis
> System and security auditing tool.
> Documentation: <https://cisofy.com/documentation/lynis/>.
- Check that Lynis is up-to-date:
`sudo lynis update info`
- Run a security audit of the system:
`sudo lynis audit system`
- Run a security audit of a Dockerfile:
`sudo lynis audit dockerfile {{path/to/dockerfile}}`