disable lockdown for now due to module loading

This commit is contained in:
Patrick Schleizer 2019-12-23 03:41:54 -05:00
parent 9ec5b0ee82
commit 26fe9394ff
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -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