mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-02-02 16:34:45 -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
|
fi
|
||||||
|
|
||||||
## Enables kernel lockdown.
|
## Enables kernel lockdown.
|
||||||
if dpkg --compare-versions "${kver}" ge "5.4"; then
|
##
|
||||||
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX lockdown=confidentiality"
|
## Disabled for now as it enforces module signature verification which breaks
|
||||||
fi
|
## too many things.
|
||||||
|
##
|
||||||
|
#if dpkg --compare-versions "${kver}" ge "5.4"; then
|
||||||
|
# GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX lockdown=confidentiality"
|
||||||
|
#fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user