1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 14:41:17 +00:00

Merge pull request #40037 from alunduil/fix-fcrontab-setuid

nixos/modules/services/scheduling/fcron: add setuid to fcrontab
This commit is contained in:
Matthew Justin Bauer 2018-06-01 23:18:21 -04:00 committed by GitHub
commit e4746bdf15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -128,6 +128,7 @@ in
owner = "fcron";
group = "fcron";
setgid = true;
setuid = true;
};
fcrondyn = {
source = "${pkgs.fcron}/bin/fcrondyn";