3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #20 from chaoflow/setuid-wrapper-newgrp

add setuid wrapper for newgrp
This commit is contained in:
Shea Levy 2012-07-26 11:11:10 -07:00
commit 51765e6333

View file

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