Merge "Move comm(1) to toybox."

This commit is contained in:
Elliott Hughes 2018-11-15 16:49:44 +00:00 committed by Gerrit Code Review
commit c508121448
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,6 @@ var Configuration = map[string]PathConfig{
"bzip2": Allowed,
"chmod": Allowed,
"cmp": Allowed,
"comm": Allowed,
"cp": Allowed,
"cut": Allowed,
"date": Allowed,
@ -172,6 +171,7 @@ var Configuration = map[string]PathConfig{
// On linux we'll use the toybox version of these instead
"cat": Toybox,
"comm": Toybox,
"id": Toybox,
"sleep": Toybox,
"true": Toybox,