mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-06 14:35:02 -04:00
disable lockdown for now due to module loading
This commit is contained in:
parent
9ec5b0ee82
commit
26fe9394ff
1 changed files with 7 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue