Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - D index
The Linux kernel configuration item CONFIG_DEBUG_SET_MODULE_RONX
has multiple definitions:
arch/x86/Kconfig.debug
The configuration item CONFIG_DEBUG_SET_MODULE_RONX:
CONFIG_MODULES
This option helps catch unintended modifications to loadable kernel module's text and read-only data. It also prevents execution of module data. Such protection may interfere with run-time code patching and dynamic kernel tracing - and they might also protect against certain classes of kernel exploits. If in doubt, say "N".
arch/arm64/Kconfig.debug
The configuration item CONFIG_DEBUG_SET_MODULE_RONX:
CONFIG_MODULES
Is this is set, kernel module text and rodata will be made read-only. This is to help catch accidental or malicious attempts to change the kernel's executable code.
If in doubt, say Y.
arch/arm/Kconfig.debug
The configuration item CONFIG_DEBUG_SET_MODULE_RONX:
CONFIG_MODULES && CONFIG_MMU
This option helps catch unintended modifications to loadable kernel module's text and read-only data. It also prevents execution of module data. Such protection may interfere with run-time code patching and dynamic kernel tracing - and they might also protect against certain classes of kernel exploits. If in doubt, say "N".
arch/s390/Kconfig.debug
The configuration item CONFIG_DEBUG_SET_MODULE_RONX:
CONFIG_MODULES
(none)
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - D index
Automatically generated (in year 2025). See also LKDDb sources on GitLab