Merge "Switch sed(1) to toybox."
This commit is contained in:
commit
d8c94cb566
|
@ -101,7 +101,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,
|
||||||
"timeout": Allowed,
|
"timeout": Allowed,
|
||||||
|
@ -157,6 +156,7 @@ var Configuration = map[string]PathConfig{
|
||||||
"readlink": LinuxOnlyPrebuilt,
|
"readlink": LinuxOnlyPrebuilt,
|
||||||
"rm": LinuxOnlyPrebuilt,
|
"rm": LinuxOnlyPrebuilt,
|
||||||
"rmdir": LinuxOnlyPrebuilt,
|
"rmdir": LinuxOnlyPrebuilt,
|
||||||
|
"sed": LinuxOnlyPrebuilt,
|
||||||
"setsid": LinuxOnlyPrebuilt,
|
"setsid": LinuxOnlyPrebuilt,
|
||||||
"sha1sum": LinuxOnlyPrebuilt,
|
"sha1sum": LinuxOnlyPrebuilt,
|
||||||
"sha256sum": LinuxOnlyPrebuilt,
|
"sha256sum": LinuxOnlyPrebuilt,
|
||||||
|
|
Loading…
Reference in New Issue