mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
12 lines
362 B
Plaintext
12 lines
362 B
Plaintext
config BR2_PACKAGE_LYNIS
|
|
bool "lynis"
|
|
depends on BR2_USE_WCHAR # gzip
|
|
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/
|