atd: add "batch" to the list of programs that need a setuid wrapper
This commit is contained in:
parent
4637f6d878
commit
ebb9f0e3fc
@ -45,7 +45,7 @@ in
|
||||
group = "atd";
|
||||
setuid = true;
|
||||
setgid = true;
|
||||
}) [ "at" "atq" "atrm" ];
|
||||
}) [ "at" "atq" "atrm" "batch" ];
|
||||
|
||||
environment.systemPackages = [ at ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user