Disallow "runalarm" and allow the more standard "timeout".
Bug: N/A Test: builds Change-Id: Id8fe8ee2569b7410c66f448513cce6ff57458ffb
This commit is contained in:
parent
50aeb1109d
commit
be3cfa514a
|
@ -122,7 +122,6 @@ var Configuration = map[string]PathConfig{
|
||||||
"rm": Allowed,
|
"rm": Allowed,
|
||||||
"rmdir": Allowed,
|
"rmdir": Allowed,
|
||||||
"rsync": Allowed,
|
"rsync": Allowed,
|
||||||
"runalarm": Allowed,
|
|
||||||
"sed": Allowed,
|
"sed": Allowed,
|
||||||
"setsid": Allowed,
|
"setsid": Allowed,
|
||||||
"sh": Allowed,
|
"sh": Allowed,
|
||||||
|
@ -135,6 +134,7 @@ var Configuration = map[string]PathConfig{
|
||||||
"tar": Allowed,
|
"tar": Allowed,
|
||||||
"tail": Allowed,
|
"tail": Allowed,
|
||||||
"tee": Allowed,
|
"tee": Allowed,
|
||||||
|
"timeout": Allowed,
|
||||||
"todos": Allowed,
|
"todos": Allowed,
|
||||||
"touch": Allowed,
|
"touch": Allowed,
|
||||||
"tr": Allowed,
|
"tr": Allowed,
|
||||||
|
|
Loading…
Reference in New Issue