Loading ui/build/paths/config.go +2 −5 Original line number Diff line number Diff line Loading @@ -76,9 +76,6 @@ func GetConfig(name string) PathConfig { var Configuration = map[string]PathConfig{ "bash": Allowed, "bc": Allowed, // We need bzip2 here even though we provide a bzip2 binary because // GNU tar seems to avoid calling ours. "bzip2": Allowed, "dd": Allowed, "diff": Allowed, "dlv": Allowed, Loading Loading
ui/build/paths/config.go +2 −5 Original line number Diff line number Diff line Loading @@ -76,9 +76,6 @@ func GetConfig(name string) PathConfig { var Configuration = map[string]PathConfig{ "bash": Allowed, "bc": Allowed, // We need bzip2 here even though we provide a bzip2 binary because // GNU tar seems to avoid calling ours. "bzip2": Allowed, "dd": Allowed, "diff": Allowed, "dlv": Allowed, Loading