mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-01-23 08:41:03 -05:00
disable lockdown for now due to module loading
This commit is contained in:
parent
9ec5b0ee82
commit
26fe9394ff
@ -45,6 +45,10 @@ if dpkg --compare-versions "${kver}" ge "5.2"; then
|
||||
fi
|
||||
|
||||
## Enables kernel lockdown.
|
||||
if dpkg --compare-versions "${kver}" ge "5.4"; then
|
||||
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX lockdown=confidentiality"
|
||||
fi
|
||||
##
|
||||
## Disabled for now as it enforces module signature verification which breaks
|
||||
## too many things.
|
||||
##
|
||||
#if dpkg --compare-versions "${kver}" ge "5.4"; then
|
||||
# GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX lockdown=confidentiality"
|
||||
#fi
|
||||
|
Loading…
Reference in New Issue
Block a user