Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
11 lines
329 B
Plaintext
11 lines
329 B
Plaintext
config BR2_PACKAGE_LYNIS
|
|
bool "lynis"
|
|
select BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
|
select BR2_PACKAGE_GZIP # runtime (zgrep /proc/config.gz)
|
|
help
|
|
Lynis is an auditing tool which tests and gathers (security)
|
|
information from Unix based systems.
|
|
Written in shell and running on system itself.
|
|
|
|
https://cisofy.com/lynis/
|