Enable the runuser command from util-linux

Fixes #14701.
This commit is contained in:
Eelco Dolstra
2016-09-06 17:23:27 +02:00
parent 9ab141ce27
commit 98102ebd92
2 changed files with 20 additions and 2 deletions

View File

@@ -99,7 +99,6 @@ in
groupdel = { rootOK = true; };
login = { startSession = true; allowNullPassword = true; showMotd = true; updateWtmp = true; };
chpasswd = { rootOK = true; };
chgpasswd = { rootOK = true; };
};
security.setuidPrograms = [ "su" "chfn" ]