mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-04-19 22:10:19 +02:00
no need to artificially limit sealing to x86_64
This commit is contained in:
parent
e985afe0e1
commit
b99ab8a47a
1 changed files with 1 additions and 1 deletions
2
util.h
2
util.h
|
@ -39,7 +39,7 @@ typedef uint64_t u64;
|
||||||
typedef unsigned __int128 u128;
|
typedef unsigned __int128 u128;
|
||||||
|
|
||||||
#ifdef CONFIG_SEAL_METADATA
|
#ifdef CONFIG_SEAL_METADATA
|
||||||
#if defined(__GLIBC__) && __GLIBC_PREREQ(2, 27) && defined(__x86_64__)
|
#if defined(__GLIBC__) && __GLIBC_PREREQ(2, 27)
|
||||||
#define USE_PKEY
|
#define USE_PKEY
|
||||||
#else
|
#else
|
||||||
#error "CONFIG_SEAL_METADATA requires Memory Protection Key support"
|
#error "CONFIG_SEAL_METADATA requires Memory Protection Key support"
|
||||||
|
|
Loading…
Add table
Reference in a new issue