1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-15 16:35:44 +02:00

lynis: add page (#3034)

This commit is contained in:
Starbeamrainbowlabs 2019-05-16 17:54:20 +01:00 committed by Andrik Albuquerque
parent 30b9eabe3d
commit bb1a320cfb

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}}`