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
No known key found for this signature in database
GPG key ID: CB8D50BB77BB3C48
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"