1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

add setuid wrapper for newgrp

This commit is contained in:
Florian Friesdorf 2012-07-26 16:49:55 +02:00
parent cb063afcbf
commit 7c1c4c757c

View file

@ -93,7 +93,7 @@ in
{ name = "login"; ownDevices = true; allowNullPassword = true; }
];
security.setuidPrograms = [ "passwd" "chfn" "su" ];
security.setuidPrograms = [ "passwd" "chfn" "su" "newgrp" ];
};