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
This commit is contained in:
Elliott Hughes
2018-10-04 13:38:51 -07:00
parent a1afb6e006
commit ecdeb1e705

View File

@@ -134,7 +134,6 @@ var Configuration = map[string]PathConfig{
"sleep": Allowed,
"sort": Allowed,
"stat": Allowed,
"sum": Allowed,
"tar": Allowed,
"tail": Allowed,
"tee": Allowed,