Merge pull request #3100 from tailhook/new-shadow
Upgrade "shadow" to 4.2.1
This commit is contained in:
@@ -100,7 +100,9 @@ in
|
||||
chgpasswd = { rootOK = true; };
|
||||
};
|
||||
|
||||
security.setuidPrograms = [ "passwd" "chfn" "su" "newgrp" ];
|
||||
security.setuidPrograms = [ "passwd" "chfn" "su" "newgrp"
|
||||
"newuidmap" "newgidmap" # new in shadow 4.2.x
|
||||
];
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user