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 = {
setuid = true;
source = "${usershadow}/bin/verify_pam";
owner = "root";
group = "root";
};
security.wrappers.shadow_verify_arg = {
setuid = true;
source = "${usershadow}/bin/verify_arg";
owner = "root";
group = "root";