mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-01-11 15:09:31 -05:00
comments
This commit is contained in:
parent
5182d7502b
commit
11382881b5
@ -3,8 +3,14 @@
|
||||
|
||||
## https://www.kicksecure.com/wiki/Security-misc#Remount_Secure
|
||||
|
||||
## Re-mount with nodev, nosuid.
|
||||
#GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX remountsecure=1"
|
||||
## Disable Remount Secure.
|
||||
#GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX remountsecure="0"
|
||||
|
||||
## Re-mount with nodev, nosuid, noexec.
|
||||
#GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX remountsecure=noexec"
|
||||
## Re-mount with nodev, nosuid only.
|
||||
#GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX remountsecure="1"
|
||||
|
||||
## Re-mount with nodev, nosuid and most with noexec except for /home.
|
||||
#GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX remountsecure="2"
|
||||
|
||||
## Re-mount with nodev, nosuid and all with noexec including /home.
|
||||
#GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX remountsecure="3"
|
||||
|
Loading…
Reference in New Issue
Block a user