linux: Mark RANDOMIZE_MEMORY as x86‐specific
This commit is contained in:
parent
d9f775a364
commit
a3e657102c
1 changed files with 2 additions and 1 deletions
|
@ -117,7 +117,6 @@
|
||||||
# Kernel memory base
|
# Kernel memory base
|
||||||
RELOCATABLE = true;
|
RELOCATABLE = true;
|
||||||
RANDOMIZE_BASE = true;
|
RANDOMIZE_BASE = true;
|
||||||
RANDOMIZE_MEMORY = true;
|
|
||||||
|
|
||||||
# Stack protection
|
# Stack protection
|
||||||
STACKPROTECTOR = true;
|
STACKPROTECTOR = true;
|
||||||
|
@ -194,6 +193,8 @@
|
||||||
X86_UMIP = true;
|
X86_UMIP = true;
|
||||||
X86_USER_SHADOW_STACK = true;
|
X86_USER_SHADOW_STACK = true;
|
||||||
|
|
||||||
|
RANDOMIZE_MEMORY = true;
|
||||||
|
|
||||||
STRICT_SIGALTSTACK_SIZE = true;
|
STRICT_SIGALTSTACK_SIZE = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue