mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-12-27 22:14:34 -05:00
Documentation fix
This commit is contained in:
parent
2b2d30afce
commit
17ab1bb00f
1 changed files with 3 additions and 2 deletions
|
|
@ -274,8 +274,9 @@ GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX erst_disable"
|
|||
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX bdev_allow_write_mounted=0"
|
||||
|
||||
## Restrict processes from modifying their own memory mappings.
|
||||
## Prevents the use of FULL_FORCE by a processes unless via ptrace() for debugging.
|
||||
## Limit self-modification which can be used trigger race condition vulnerabilities.
|
||||
## Prevents the use of /proc/PID/mem to write to protected pages via the kernel's
|
||||
## mem_rw() FOLL_FORCE flag. This makes it harder to trick applications into
|
||||
## overwriting their own memory.
|
||||
##
|
||||
## https://lore.kernel.org/lkml/20240712-vfs-procfs-ce7e6c7cf26b@brauner/
|
||||
## https://lwn.net/Articles/983169/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue