From bb1a320cfbebf39d9b62f0abe369d4d5929d2ae1 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Thu, 16 May 2019 17:54:20 +0100 Subject: [PATCH] lynis: add page (#3034) --- pages/linux/lynis.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/linux/lynis.md diff --git a/pages/linux/lynis.md b/pages/linux/lynis.md new file mode 100644 index 000000000..a18bfd0e4 --- /dev/null +++ b/pages/linux/lynis.md @@ -0,0 +1,16 @@ +# lynis + +> System and security auditing tool. +> Documentation: . + +- 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}}`