Move sleep(1) to toybox.
Test: clean build Change-Id: I724278466c4d1367add79f949d1869e1e50a192d
This commit is contained in:
@@ -137,7 +137,6 @@ var Configuration = map[string]PathConfig{
|
|||||||
"sha1sum": Allowed,
|
"sha1sum": Allowed,
|
||||||
"sha256sum": Allowed,
|
"sha256sum": Allowed,
|
||||||
"sha512sum": Allowed,
|
"sha512sum": Allowed,
|
||||||
"sleep": Allowed,
|
|
||||||
"sort": Allowed,
|
"sort": Allowed,
|
||||||
"stat": Allowed,
|
"stat": Allowed,
|
||||||
"tar": Allowed,
|
"tar": Allowed,
|
||||||
@@ -174,6 +173,7 @@ var Configuration = map[string]PathConfig{
|
|||||||
// On linux we'll use the toybox version of these instead
|
// On linux we'll use the toybox version of these instead
|
||||||
"cat": Toybox,
|
"cat": Toybox,
|
||||||
"id": Toybox,
|
"id": Toybox,
|
||||||
|
"sleep": Toybox,
|
||||||
"true": Toybox,
|
"true": Toybox,
|
||||||
"uname": Toybox,
|
"uname": Toybox,
|
||||||
"uniq": Toybox,
|
"uniq": Toybox,
|
||||||
|
Reference in New Issue
Block a user