tldr/pages/linux/lynis.md

17 lines
331 B
Markdown
Raw Normal View History

2019-05-16 17:54:20 +01:00
# lynis
> System and security auditing tool.
> More information: <https://cisofy.com/documentation/lynis/>.
2019-05-16 17:54:20 +01:00
- 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}}`