Skip to content

Commit

Permalink
Merge pull request NixOS#20 from chaoflow/setuid-wrapper-newgrp
Browse files Browse the repository at this point in the history
add setuid wrapper for newgrp
  • Loading branch information
shlevy committed Jul 26, 2012
2 parents 92515b2 + 7c1c4c7 commit 51765e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/programs/shadow.nix
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ in
{ name = "login"; ownDevices = true; allowNullPassword = true; }
];

security.setuidPrograms = [ "passwd" "chfn" "su" ];
security.setuidPrograms = [ "passwd" "chfn" "su" "newgrp" ];

};

Expand Down

0 comments on commit 51765e6

Please sign in to comment.