commit | b98da95f1be62cc3b8dc858248e0122d5cfe2ace | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Aug 21 19:30:29 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Aug 21 19:30:29 2023 +0000 |
tree | 01f433bda5a17fb4aebc5aedfae9668d3dfd8d44 | |
parent | ae2f16e9f7c5be8abf0a01d6b78d5f9530110fd0 [diff] | |
parent | 5a9287085683da35764b4bc6bfd79a1d864213f5 [diff] |
Merge "Switch to toybox dd." into main
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,