0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

nixos: add implict security.wrappers options

This is to keep the same permissions/setuid/setgid as before the change
in security.wrappers defaults.
This commit is contained in:
rnhmjoj 2021-06-10 01:47:55 +02:00
parent 41a498578e
commit 8f76a6eefc
No known key found for this signature in database
GPG key ID: BFBAF4C975F76450
9 changed files with 22 additions and 3 deletions

View file

@ -871,6 +871,7 @@ in
unix_chkpwd = {
source = "${pkgs.pam}/sbin/unix_chkpwd.orig";
owner = "root";
group = "nogroup";
setuid = true;
};
};