mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 23:22:07 +02:00
16 lines
331 B
Markdown
16 lines
331 B
Markdown
# lynis
|
|
|
|
> System and security auditing tool.
|
|
> More information: <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}}`
|