Loading ui/build/paths/config.go +18 −18 Original line number Diff line number Diff line Loading @@ -75,7 +75,6 @@ func GetConfig(name string) PathConfig { var Configuration = map[string]PathConfig{ "awk": Allowed, "basename": Allowed, "bash": Allowed, "bc": Allowed, "bzip2": Allowed, Loading Loading @@ -161,6 +160,7 @@ var Configuration = map[string]PathConfig{ "pkg-config": Forbidden, // On linux we'll use the toybox version of these instead "basename": Toybox, "cat": Toybox, "comm": Toybox, "env": Toybox, Loading Loading
ui/build/paths/config.go +18 −18 Original line number Diff line number Diff line Loading @@ -75,7 +75,6 @@ func GetConfig(name string) PathConfig { var Configuration = map[string]PathConfig{ "awk": Allowed, "basename": Allowed, "bash": Allowed, "bc": Allowed, "bzip2": Allowed, Loading Loading @@ -161,6 +160,7 @@ var Configuration = map[string]PathConfig{ "pkg-config": Forbidden, // On linux we'll use the toybox version of these instead "basename": Toybox, "cat": Toybox, "comm": Toybox, "env": Toybox, Loading