l usershadow: add groups to security.wrappers

This commit is contained in:
lassulus 2021-12-01 19:12:00 +01:00
parent d33c92fe21
commit 625d725e13

View File

@ -38,10 +38,12 @@
security.wrappers.shadow_verify_pam = {
source = "${usershadow}/bin/verify_pam";
owner = "root";
group = "root";
};
security.wrappers.shadow_verify_arg = {
source = "${usershadow}/bin/verify_arg";
owner = "root";
group = "root";
};
};