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 New Issue
Block a user