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:
parent
41a498578e
commit
8f76a6eefc
9 changed files with 22 additions and 3 deletions
|
@ -871,6 +871,7 @@ in
|
|||
unix_chkpwd = {
|
||||
source = "${pkgs.pam}/sbin/unix_chkpwd.orig";
|
||||
owner = "root";
|
||||
group = "nogroup";
|
||||
setuid = true;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue