mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-01-14 01:49:29 -05:00
Update presentation of the kernel.printk
sysctl
This commit is contained in:
parent
acd60e45d8
commit
1c2afc1f25
@ -1,10 +1,14 @@
|
||||
## Copyright (C) 2019 - 2024 ENCRYPTED SUPPORT LP <adrelanos@whonix.org>
|
||||
## See the file COPYING for copying conditions.
|
||||
|
||||
## NOTE:
|
||||
## For higher verbosity, delete file /etc/default/grub.d/41_quiet.cfg.
|
||||
## Alternatively, install the debug-misc package which will undo these settings.
|
||||
|
||||
## Prevent kernel information leaks in the console during boot.
|
||||
## Must be used in combination with the kernel boot parameters.
|
||||
## See /etc/default/grub.d/41_quiet_boot.cfg for implementation.
|
||||
##
|
||||
kernel.printk = 3 3 3 3
|
||||
## https://www.kernel.org/doc/html/latest/core-api/printk-basics.html
|
||||
##
|
||||
kernel.printk=3 3 3 3
|
||||
|
||||
## For Increased Log Verbosity:
|
||||
## Adjust (or comment out) the kernel parameters in /etc/default/grub.d/41_quiet_boot.cfg.
|
||||
## Alternatively, installing the debug-misc package will undo these settings.
|
@ -38,6 +38,10 @@ kernel.kptr_restrict=2
|
||||
kernel.dmesg_restrict=1
|
||||
|
||||
## Prevent kernel information leaks in the console during boot.
|
||||
## Must be used in combination with the 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
|
||||
##
|
||||
## See /usr/lib/sysctl.d/30_silent-kernel-printk.conf for implementation.
|
||||
##
|
||||
|
Loading…
Reference in New Issue
Block a user