From ebb9f0e3fcb6bd2c41d5a4f250e08849b50d60a8 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 27 Apr 2013 22:42:03 +0200 Subject: [PATCH] atd: add "batch" to the list of programs that need a setuid wrapper --- modules/services/scheduling/atd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/scheduling/atd.nix b/modules/services/scheduling/atd.nix index 66266e5b570..68bc6f6466f 100644 --- a/modules/services/scheduling/atd.nix +++ b/modules/services/scheduling/atd.nix @@ -45,7 +45,7 @@ in group = "atd"; setuid = true; setgid = true; - }) [ "at" "atq" "atrm" ]; + }) [ "at" "atq" "atrm" "batch" ]; environment.systemPackages = [ at ];