mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 08:59:42 +00:00
Merge pull request #20 from chaoflow/setuid-wrapper-newgrp
add setuid wrapper for newgrp
This commit is contained in:
commit
51765e6333
|
@ -93,7 +93,7 @@ in
|
|||
{ name = "login"; ownDevices = true; allowNullPassword = true; }
|
||||
];
|
||||
|
||||
security.setuidPrograms = [ "passwd" "chfn" "su" ];
|
||||
security.setuidPrograms = [ "passwd" "chfn" "su" "newgrp" ];
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue