Merge "Switch to toybox sed (again)."

This commit is contained in:
Elliott Hughes
2019-06-07 23:25:06 +00:00
committed by Gerrit Code Review

View File

@@ -102,7 +102,6 @@ var Configuration = map[string]PathConfig{
"python3": Allowed, "python3": Allowed,
"realpath": Allowed, "realpath": Allowed,
"rsync": Allowed, "rsync": Allowed,
"sed": Allowed,
"sh": Allowed, "sh": Allowed,
"tar": Allowed, "tar": Allowed,
"tr": Allowed, "tr": Allowed,
@@ -155,6 +154,7 @@ var Configuration = map[string]PathConfig{
"readlink": LinuxOnlyPrebuilt, "readlink": LinuxOnlyPrebuilt,
"rm": LinuxOnlyPrebuilt, "rm": LinuxOnlyPrebuilt,
"rmdir": LinuxOnlyPrebuilt, "rmdir": LinuxOnlyPrebuilt,
"sed": LinuxOnlyPrebuilt,
"seq": LinuxOnlyPrebuilt, "seq": LinuxOnlyPrebuilt,
"setsid": LinuxOnlyPrebuilt, "setsid": LinuxOnlyPrebuilt,
"sha1sum": LinuxOnlyPrebuilt, "sha1sum": LinuxOnlyPrebuilt,