Merge pull request #3100 from tailhook/new-shadow

Upgrade "shadow" to 4.2.1
This commit is contained in:
Michael Raskin
2014-08-29 00:42:57 +04:00
3 changed files with 89 additions and 4 deletions

View File

@@ -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
];
};