Loading ui/build/paths/config.go +1 −1 Original line number Diff line number Diff line Loading @@ -81,7 +81,6 @@ var Configuration = map[string]PathConfig{ "bzip2": Allowed, "chmod": Allowed, "cmp": Allowed, "comm": Allowed, "cp": Allowed, "cut": Allowed, "date": Allowed, Loading Loading @@ -172,6 +171,7 @@ var Configuration = map[string]PathConfig{ // On linux we'll use the toybox version of these instead "cat": Toybox, "comm": Toybox, "id": Toybox, "sleep": Toybox, "true": Toybox, Loading Loading
ui/build/paths/config.go +1 −1 Original line number Diff line number Diff line Loading @@ -81,7 +81,6 @@ var Configuration = map[string]PathConfig{ "bzip2": Allowed, "chmod": Allowed, "cmp": Allowed, "comm": Allowed, "cp": Allowed, "cut": Allowed, "date": Allowed, Loading Loading @@ -172,6 +171,7 @@ var Configuration = map[string]PathConfig{ // On linux we'll use the toybox version of these instead "cat": Toybox, "comm": Toybox, "id": Toybox, "sleep": Toybox, "true": Toybox, Loading