Merge pull request #40037 from alunduil/fix-fcrontab-setuid
nixos/modules/services/scheduling/fcron: add setuid to fcrontab
This commit is contained in:
commit
e4746bdf15
@ -128,6 +128,7 @@ in
|
|||||||
owner = "fcron";
|
owner = "fcron";
|
||||||
group = "fcron";
|
group = "fcron";
|
||||||
setgid = true;
|
setgid = true;
|
||||||
|
setuid = true;
|
||||||
};
|
};
|
||||||
fcrondyn = {
|
fcrondyn = {
|
||||||
source = "${pkgs.fcron}/bin/fcrondyn";
|
source = "${pkgs.fcron}/bin/fcrondyn";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user