fix, rework remount-secure kernel parameters parsing

This commit is contained in:
Patrick Schleizer
2023-10-22 13:25:31 -04:00
parent b0181af099
commit 4288e10554
2 changed files with 7 additions and 5 deletions

View File

@ -7,4 +7,4 @@
#GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX remountsecure=1"
## Re-mount with nodev, nosuid, noexec.
#GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX remountnoexec=1"
#GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX remountsecure=noexec"