1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-26 11:06:44 +03:00
nixpkgs/nixos/modules/security/wrappers
Ben Wolsieffer b6876d5c86
nixos/security/wrappers: don't force PIE hardening (#259509)
PIE causes problems with static binaries on ARM (see 76552e9). It is
enabled by default on other platforms anyway when musl is used, so we
don't need to specify it manually.
2023-10-10 10:13:29 +02:00
..
default.nix nixos/security/wrappers: use musl rather than glibc and explicitly unset insecure env vars 2023-10-05 22:04:05 +00:00
wrapper.c nixos/security/wrappers: use musl rather than glibc and explicitly unset insecure env vars 2023-10-05 22:04:05 +00:00
wrapper.nix nixos/security/wrappers: don't force PIE hardening (#259509) 2023-10-10 10:13:29 +02:00