mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-12-28 18:46:13 -05:00
11 lines
381 B
INI
11 lines
381 B
INI
## Copyright (C) 2023 - 2023 ENCRYPTED SUPPORT LP <adrelanos@whonix.org>
|
|
## See the file COPYING for copying conditions.
|
|
|
|
## https://www.kicksecure.com/wiki/Security-misc#Remount_Secure
|
|
|
|
## Re-mount with nodev, nosuid.
|
|
#GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX remountsecure=1"
|
|
|
|
## Re-mount with nodev, nosuid, noexec.
|
|
#GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX remountsecure=noexec"
|