linux: Mark RANDOMIZE_MEMORY as x86‐specific

This commit is contained in:
Mikael 2024-08-28 13:24:30 +02:00
parent d9f775a364
commit a3e657102c
Signed by: mikael
SSH key fingerprint: SHA256:21QyD2Meiot7jOUVitIR5YkGB/XuXdCvLW1hE6dsri0

View file

@ -117,7 +117,6 @@
# Kernel memory base
RELOCATABLE = true;
RANDOMIZE_BASE = true;
RANDOMIZE_MEMORY = true;
# Stack protection
STACKPROTECTOR = true;
@ -194,6 +193,8 @@
X86_UMIP = true;
X86_USER_SHADOW_STACK = true;
RANDOMIZE_MEMORY = true;
STRICT_SIGALTSTACK_SIZE = true;
};