From be3cfa514a5ba1e35a6a91bff5482ff38110c6f1 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Sat, 27 Oct 2018 08:09:18 -0700 Subject: [PATCH] Disallow "runalarm" and allow the more standard "timeout". Bug: N/A Test: builds Change-Id: Id8fe8ee2569b7410c66f448513cce6ff57458ffb --- ui/build/paths/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/build/paths/config.go b/ui/build/paths/config.go index c4fcc20bc..e846b03ae 100644 --- a/ui/build/paths/config.go +++ b/ui/build/paths/config.go @@ -122,7 +122,6 @@ var Configuration = map[string]PathConfig{ "rm": Allowed, "rmdir": Allowed, "rsync": Allowed, - "runalarm": Allowed, "sed": Allowed, "setsid": Allowed, "sh": Allowed, @@ -135,6 +134,7 @@ var Configuration = map[string]PathConfig{ "tar": Allowed, "tail": Allowed, "tee": Allowed, + "timeout": Allowed, "todos": Allowed, "touch": Allowed, "tr": Allowed,