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