mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-06-07 21:02:43 -04:00
Partially revert f4d652fa7b
This commit is contained in:
parent
73f6d4b26f
commit
49594ccb22
1 changed files with 8 additions and 0 deletions
|
@ -1,6 +1,14 @@
|
||||||
## Copyright (C) 2019 - 2024 ENCRYPTED SUPPORT LP <adrelanos@whonix.org>
|
## Copyright (C) 2019 - 2024 ENCRYPTED SUPPORT LP <adrelanos@whonix.org>
|
||||||
## See the file COPYING for copying conditions.
|
## See the file COPYING for copying conditions.
|
||||||
|
|
||||||
|
## Some default configuration files automatically include the "quiet" parameter.
|
||||||
|
## Thefore, first remove "quiet" from GRUB_CMDLINE_LINUX_DEFAULT since "quiet" must be first.
|
||||||
|
## LANG=C str_replace is provided by package helper-scripts.
|
||||||
|
##
|
||||||
|
## https://github.com/Kicksecure/security-misc/pull/233#issuecomment-2228792461
|
||||||
|
##
|
||||||
|
GRUB_CMDLINE_LINUX_DEFAULT="$(echo "$GRUB_CMDLINE_LINUX_DEFAULT" | LANG=C str_replace "quiet" "")"
|
||||||
|
|
||||||
## Prevent sensitive kernel information leaks in the console during boot.
|
## Prevent sensitive kernel information leaks in the console during boot.
|
||||||
## Must be used in combination with the kernel.printk sysctl.
|
## Must be used in combination with the kernel.printk sysctl.
|
||||||
## See /usr/lib/sysctl.d/30_silent-kernel-printk.conf for implementation.
|
## See /usr/lib/sysctl.d/30_silent-kernel-printk.conf for implementation.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue