This commit is contained in:
Patrick Schleizer 2024-07-17 11:40:51 -04:00
parent b569fc02a4
commit 9e976474d5
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -1,7 +1,7 @@
## Copyright (C) 2023 - 2024 ENCRYPTED SUPPORT LP <adrelanos@whonix.org>
## 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"