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