diff options
Diffstat (limited to 'include/arch/x86_64/linux/personality.h')
| -rw-r--r-- | include/arch/x86_64/linux/personality.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/arch/x86_64/linux/personality.h b/include/arch/x86_64/linux/personality.h index 025d72d8..8a64f81b 100644 --- a/include/arch/x86_64/linux/personality.h +++ b/include/arch/x86_64/linux/personality.h @@ -27,9 +27,7 @@ enum { * Security-relevant compatibility flags that must be * cleared upon setuid or setgid exec: */ -#define PER_CLEAR_ON_SETID \ - (READ_IMPLIES_EXEC | ADDR_NO_RANDOMIZE | ADDR_COMPAT_LAYOUT | \ - MMAP_PAGE_ZERO) +#define PER_CLEAR_ON_SETID (READ_IMPLIES_EXEC | ADDR_NO_RANDOMIZE | ADDR_COMPAT_LAYOUT | MMAP_PAGE_ZERO) /* * Personality types. |
