l usershadow: setuid for verify commands
This commit is contained in:
parent
0f3c4547f9
commit
813e29c498
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user