2024-12-31 13:26:21 -05:00
|
|
|
## Copyright (C) 2019 - 2025 ENCRYPTED SUPPORT LLC <adrelanos@whonix.org>
|
2020-05-14 13:47:58 -04:00
|
|
|
## See the file COPYING for copying conditions.
|
|
|
|
|
2024-08-26 11:34:12 +10:00
|
|
|
## Definitions:
|
|
|
|
## KSPP=yes: compliant with recommendations by the KSPP
|
|
|
|
## KSPP=partial: partially compliant with recommendations by the KSPP
|
2024-09-26 13:09:21 +00:00
|
|
|
## KSPP=no: not (currently) compliant with recommendations by the KSPP
|
2024-10-14 02:54:30 +00:00
|
|
|
## If there is no explicit KSPP compliance notice, the setting is not mentioned by the KSPP.
|
2024-08-26 11:34:12 +10:00
|
|
|
|
2024-07-13 22:41:40 +10:00
|
|
|
## Prevent kernel information leaks in the console during boot.
|
2024-08-16 14:55:22 +10:00
|
|
|
## Must be used in conjunction with kernel boot parameters.
|
2024-07-15 15:01:48 +10:00
|
|
|
## See /etc/default/grub.d/41_quiet_boot.cfg for implementation.
|
|
|
|
##
|
|
|
|
## https://www.kernel.org/doc/html/latest/core-api/printk-basics.html
|
2024-07-13 22:41:40 +10:00
|
|
|
##
|
2024-07-15 15:01:48 +10:00
|
|
|
kernel.printk=3 3 3 3
|
|
|
|
|
2024-07-17 10:55:12 -04:00
|
|
|
## 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.
|