mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-16 16:29:23 +01:00
etc/default/grub.d/lockdown.cfg: notes + lockdown=integrity comment
This commit is contained in:
parent
b770e356cb
commit
a3d7b0af22
@ -3,4 +3,12 @@
|
|||||||
# confidentiality, kernel features that allow userland to extract
|
# confidentiality, kernel features that allow userland to extract
|
||||||
# confidential information from the kernel are also disabled.
|
# confidential information from the kernel are also disabled.
|
||||||
# https://www.kernel.org/doc/html/latest/admin-guide/kernel-parameters.html
|
# https://www.kernel.org/doc/html/latest/admin-guide/kernel-parameters.html
|
||||||
|
|
||||||
GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT lockdown=confidentiality"
|
GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT lockdown=confidentiality"
|
||||||
|
#GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT lockdown=integrity"
|
||||||
|
|
||||||
|
# Notes:
|
||||||
|
# * Zaldaryn loses ethernet in lockdown mode.
|
||||||
|
# * Itwjyg kernel panics (attempted to kill init) on lockdown=confidentiality,
|
||||||
|
# works with lockdown=integrity. MacBook weirdness?
|
||||||
|
# * Kincarron, Rbtpzn, have no problems.
|
||||||
|
Loading…
Reference in New Issue
Block a user