atd: add "batch" to the list of programs that need a setuid wrapper

This commit is contained in:
Peter Simons 2013-04-27 22:42:03 +02:00
parent 4637f6d878
commit ebb9f0e3fc

View File

@ -45,7 +45,7 @@ in
group = "atd";
setuid = true;
setgid = true;
}) [ "at" "atq" "atrm" ];
}) [ "at" "atq" "atrm" "batch" ];
environment.systemPackages = [ at ];