mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Meson64: Defconfig: Enable CONFIG_RANDOMIZE_BASE=y
KASLR, or Kernel Address Space Layout Randomization, is a security mechanism used in operating system kernels to randomize the memory locations of kernel code and data. This makes it significantly harder for attackers to exploit memory corruption vulnerabilities by preventing them from knowing the exact addresses of kernel components. Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>
This commit is contained in:
committed by
c0rnelius
parent
91ce0eee6e
commit
bff6d4db5b
@@ -57,6 +57,7 @@ CONFIG_NODES_SHIFT=2
|
||||
CONFIG_XEN=y
|
||||
CONFIG_COMPAT=y
|
||||
CONFIG_ARMV8_DEPRECATED=y
|
||||
CONFIG_RANDOMIZE_BASE=y
|
||||
CONFIG_SWP_EMULATION=y
|
||||
CONFIG_CP15_BARRIER_EMULATION=y
|
||||
CONFIG_SETEND_EMULATION=y
|
||||
|
||||
@@ -57,6 +57,7 @@ CONFIG_NODES_SHIFT=2
|
||||
CONFIG_XEN=y
|
||||
CONFIG_COMPAT=y
|
||||
CONFIG_ARMV8_DEPRECATED=y
|
||||
CONFIG_RANDOMIZE_BASE=y
|
||||
CONFIG_SWP_EMULATION=y
|
||||
CONFIG_CP15_BARRIER_EMULATION=y
|
||||
CONFIG_SETEND_EMULATION=y
|
||||
|
||||
Reference in New Issue
Block a user