From 9e976474d5d620be9e4f8d8a97f73c6cc3e64573 Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Wed, 17 Jul 2024 11:40:51 -0400 Subject: [PATCH] spelling --- etc/default/grub.d/40_remount_secure.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"