php: enable PIE hardening
This commit is contained in:
parent
05a02c53a0
commit
fb57bfbd4f
@ -249,6 +249,8 @@ let
|
|||||||
calendarSupport = config.php.calendar or true;
|
calendarSupport = config.php.calendar or true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
hardeningEnable = [ "pie" ];
|
||||||
|
|
||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
# Don't record the configure flags since this causes unnecessary
|
# Don't record the configure flags since this causes unnecessary
|
||||||
# runtime dependencies.
|
# runtime dependencies.
|
||||||
|
Loading…
Reference in New Issue
Block a user