grsecurity: ensure that PaX ELF markings are enabled
The upstream default is to enable only xattr markings, breaking the paxmarks facility.
This commit is contained in:
parent
7893cb1aea
commit
a69501a936
|
@ -90,6 +90,10 @@ let
|
|||
GRKERNSEC y
|
||||
${grsecMainConfig}
|
||||
|
||||
# The paxmarks mechanism relies on ELF header markings, but the default
|
||||
# grsecurity configuration only enables xattr markings
|
||||
PAX_PT_PAX_FLAGS y
|
||||
|
||||
${if cfg.config.restrictProc then
|
||||
"GRKERNSEC_PROC_USER y"
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue