Lynis - Security auditing tool for Linux, macOS, and UNIX-based systems. Assists with compliance testing (HIPAA/ISO27001/PCI DSS) and system hardening. Agentless, and installation optional.
Describe the bug
kernel.printk takes four digits as a value. sysctl -a returns them separated by tab.
This tabulation can't be expressed in profile. Tab between digits and \t trigger Fatal error: unexpected characters in profile. Stopping execution (security measure). ` character gets replaced by-space-` string.
Version
Distribution Debian 11
Lynis version 3.0.6
Expected behavior
Tabulation in kernel.printk expected value should be possible to express as config-data=sysctl rule.
Describe the bug kernel.printk takes four digits as a value.
sysctl -a
returns them separated by tab. This tabulation can't be expressed in profile. Tab between digits and\t
triggerFatal error: unexpected characters in profile. Stopping execution (security measure)
.` character gets replaced by
-space-` string.Version
Expected behavior Tabulation in kernel.printk expected value should be possible to express as
config-data=sysctl
rule.