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