Merge "Switch to toybox sed (again)."
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user