nixpkgs/nixos/modules/security/wrappers
Arian van Putten 8afba669e2 nixos/wrappers: use normal mount for /run/wrappers
We want to get rid of specialFileSystems / earlyMountScript eventually and
there is no need to run this before systemd anymore now that
the wrappers themselves are set up in a systemd unit since https://github.com/NixOS/nixpkgs/pull/263203

Also this is needed to make soft-reboot work. We want to make sure
that we remount /run/wrappers with the nosuid bit removed on soft-reboot
but because @earlyMountScript@ happens in initrd, this wouldn't happen
2024-07-20 16:07:43 +02:00
..
default.nix nixos/wrappers: use normal mount for /run/wrappers 2024-07-20 16:07:43 +02:00
wrapper.c nixos/modules/security/wrappers: limit argv0 to 512 bytes 2024-02-01 18:16:55 +00:00
wrapper.nix nixos/wrapper: add basename of the wrapped program to the wrappers name to easily identify it 2023-12-24 20:36:12 +01:00