Upgrade shadow package

This commit is contained in:
Paul Colomiets
2014-08-01 21:19:21 +03:00
parent b0769d8db1
commit fb948c4f28
2 changed files with 6 additions and 4 deletions
+3 -1
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
];
};