mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-15 12:16:10 +02:00
lynis: add page (#3034)
This commit is contained in:
parent
30b9eabe3d
commit
bb1a320cfb
1 changed files with 16 additions and 0 deletions
16
pages/linux/lynis.md
Normal file
16
pages/linux/lynis.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue