l usershadow: setuid for verify commands

This commit is contained in:
lassulus 2021-12-08 11:30:42 +01:00
parent 0f3c4547f9
commit 813e29c498

View File

@ -36,11 +36,13 @@
''; '';
security.wrappers.shadow_verify_pam = { security.wrappers.shadow_verify_pam = {
setuid = true;
source = "${usershadow}/bin/verify_pam"; source = "${usershadow}/bin/verify_pam";
owner = "root"; owner = "root";
group = "root"; group = "root";
}; };
security.wrappers.shadow_verify_arg = { security.wrappers.shadow_verify_arg = {
setuid = true;
source = "${usershadow}/bin/verify_arg"; source = "${usershadow}/bin/verify_arg";
owner = "root"; owner = "root";
group = "root"; group = "root";