summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Elliott Hughes <enh@google.com> 2018-10-04 13:38:51 -0700
committer Elliott Hughes <enh@google.com> 2018-10-05 19:59:58 +0000
commitecdeb1e7051aacb1866d2648a75c58be318364b2 (patch)
tree6be0c692a48aafd5b40c49ce680d7eadd9c13ac7
parenta1afb6e006868d15997c58d37643812abac9c9af (diff)
Remove sum(1) from the list of approved binaries.
No-one should be using BSD sum in 2018. Bug: N/A Test: treehugger Change-Id: I9aa313e111217a2d73ba41eaf49035d8293b5785
-rw-r--r--ui/build/paths/config.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/build/paths/config.go b/ui/build/paths/config.go
index ef6fd5f67..8c51641e8 100644
--- a/ui/build/paths/config.go
+++ b/ui/build/paths/config.go
@@ -134,7 +134,6 @@ var Configuration = map[string]PathConfig{
"sleep": Allowed,
"sort": Allowed,
"stat": Allowed,
- "sum": Allowed,
"tar": Allowed,
"tail": Allowed,
"tee": Allowed,