commit | 5a9287085683da35764b4bc6bfd79a1d864213f5 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Dec 17 22:01:57 2019 -0800 |
committer | Elliott Hughes <enh@google.com> | Thu Aug 17 16:25:30 2023 +0000 |
tree | b4f865f423b84af4203418a0e8586f9412d78d5f | |
parent | a207d486e1de9071c6e167588299d639fa876f22 [diff] |
Switch to toybox dd. Change-Id: I8a0256e8804d0118ae39c63b15a85d9ad5a6ab84
diff --git a/ui/build/paths/config.go b/ui/build/paths/config.go index b3e871f..eba823a 100644 --- a/ui/build/paths/config.go +++ b/ui/build/paths/config.go
@@ -87,7 +87,6 @@ // run during the build. For more documentation, see path_interposer.go . var Configuration = map[string]PathConfig{ "bash": Allowed, - "dd": Allowed, "diff": Allowed, "dlv": Allowed, "expr": Allowed,