commit | c508121448c25eeb91a044b6adfb7e0f5401f0ac | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Nov 15 16:49:44 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Nov 15 16:49:44 2018 +0000 |
tree | bf63e1521ae98a637a7e1214d4b3b49f8acf7ccc | |
parent | 6105c35d33c1ba505fe6d2090536e9e6bfd9278d [diff] | |
parent | 6bdad22f7b61bf7d3c18905ec48df4eb37036db4 [diff] |
Merge "Move comm(1) to toybox."
diff --git a/ui/build/paths/config.go b/ui/build/paths/config.go index 555dd1c..8183e23 100644 --- a/ui/build/paths/config.go +++ b/ui/build/paths/config.go
@@ -81,7 +81,6 @@ "bzip2": Allowed, "chmod": Allowed, "cmp": Allowed, - "comm": Allowed, "cp": Allowed, "cut": Allowed, "date": Allowed, @@ -172,6 +171,7 @@ // On linux we'll use the toybox version of these instead "cat": Toybox, + "comm": Toybox, "id": Toybox, "sleep": Toybox, "true": Toybox,