diff --git a/ui/build/paths/config.go b/ui/build/paths/config.go index b3e871fc7..eba823ae2 100644 --- a/ui/build/paths/config.go +++ b/ui/build/paths/config.go @@ -87,7 +87,6 @@ func GetConfig(name string) PathConfig { // 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,