diff --git a/etc/default/grub.d/40_remount_secure.cfg b/etc/default/grub.d/40_remount_secure.cfg index 3427bf1..db6db11 100644 --- a/etc/default/grub.d/40_remount_secure.cfg +++ b/etc/default/grub.d/40_remount_secure.cfg @@ -1,7 +1,7 @@ ## Copyright (C) 2023 - 2024 ENCRYPTED SUPPORT LP ## See the file COPYING for copying conditions. -## Remount Secure provides enhanced security via mmount options: +## Remount Secure provides enhanced security via mount options: ## https://www.kicksecure.com/wiki/Security-misc#Remount_Secure ## Option A (No Security): @@ -19,7 +19,7 @@ ## #GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX remountsecure=2" -## Option D (Highest Security) +## Option D (Highest Security): ## Re-mount with nodev, nosuid, and noexec for all mount points including /home. ## #GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX remountsecure=3"