Move comm(1) to toybox.
Test: clean build Change-Id: I2d78388ef7211af6d517702c97f3b95ed2f30a46
This commit is contained in:
@@ -81,7 +81,6 @@ var Configuration = map[string]PathConfig{
|
|||||||
"bzip2": Allowed,
|
"bzip2": Allowed,
|
||||||
"chmod": Allowed,
|
"chmod": Allowed,
|
||||||
"cmp": Allowed,
|
"cmp": Allowed,
|
||||||
"comm": Allowed,
|
|
||||||
"cp": Allowed,
|
"cp": Allowed,
|
||||||
"cut": Allowed,
|
"cut": Allowed,
|
||||||
"date": Allowed,
|
"date": Allowed,
|
||||||
@@ -172,6 +171,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,
|
||||||
|
"comm": Toybox,
|
||||||
"id": Toybox,
|
"id": Toybox,
|
||||||
"sleep": Toybox,
|
"sleep": Toybox,
|
||||||
"true": Toybox,
|
"true": Toybox,
|
||||||
|
Reference in New Issue
Block a user