We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe.
Currently, there is no way to set these options:
# https://sysctl-explorer.net/kernel/dmesg_restrict/ echo 1 > /proc/sys/kernel/dmesg_restrict https://sysctl-explorer.net/kernel/kptr_restrict/ echo 1 > /proc/sys/kernel/kptr_restrict
For example, fine-grained KASLR aka FG-KASLR can be set during compile options with -e CONFIG_FG_KASLR, which our current config.ini supports already
-e CONFIG_FG_KASLR
config.ini
Note: FG-KASLR seems to be exclusive to x86_64 and can be disabled at runtime with the nokaslr or nofgkaslr
FG-KASLR
nokaslr
nofgkaslr
Describe the solution you'd like I'd like a user exposed config options for these to be set in the debugged kernel
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem? Please describe.
Currently, there is no way to set these options:
For example, fine-grained KASLR aka FG-KASLR can be set during compile options with
-e CONFIG_FG_KASLR
, which our currentconfig.ini
supports alreadyNote:
FG-KASLR
seems to be exclusive to x86_64 and can be disabled at runtime with thenokaslr
ornofgkaslr
Describe the solution you'd like
I'd like a user exposed config options for these to be set in the debugged kernel
The text was updated successfully, but these errors were encountered: