mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-01-03 21:40:02 +07:00
21 lines
923 B
Plaintext
21 lines
923 B
Plaintext
## Copyright (C) 2019 - 2024 ENCRYPTED SUPPORT LP <adrelanos@whonix.org>
|
|
## See the file COPYING for copying conditions.
|
|
|
|
## Definitions:
|
|
## KSPP=yes: compliant with recommendations by the KSPP
|
|
## KSPP=partial: partially compliant with recommendations by the KSPP
|
|
## KSPP=no: not (currently) compliant with recommendations by the KSPP
|
|
## If there is no explicit KSPP compliance notice, the setting is not mentioned by the KSPP.
|
|
|
|
## Prevent kernel information leaks in the console during boot.
|
|
## Must be used in conjunction with kernel boot parameters.
|
|
## See /etc/default/grub.d/41_quiet_boot.cfg for implementation.
|
|
##
|
|
## https://www.kernel.org/doc/html/latest/core-api/printk-basics.html
|
|
##
|
|
kernel.printk=3 3 3 3
|
|
|
|
## For increased log verbosity:
|
|
## A) Adjust (or comment out) the kernel parameters in /etc/default/grub.d/41_quiet_boot.cfg. Or,
|
|
## B) Alternatively, install the debug-misc package to undo these settings.
|