1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 18:17:44 +00:00

Kernel: Add a 'disable_kaslr' kernel command line parameter

This parameter can be used to disable the KASLR mechanism.
This commit is contained in:
Idan Horowitz 2022-03-25 00:02:52 +02:00 committed by Linus Groh
parent 54a12d34eb
commit f9c6f37bac
2 changed files with 9 additions and 4 deletions

View file

@ -89,6 +89,8 @@ List of options:
* **`vmmouse`** - This parameter expects a binary value of **`on`** or **`off`**. If enabled and
running on a VMWare Hypervisor, the kernel will enable absolute mouse mode.
* **`disable_kaslr`** - If present on the command line, the KASLR security mitigation will be disabled.
## See also
* [`SystemServer`(7)](help://man/7/SystemServer).