Switch sed(1) to toybox.
Test: treehugger Change-Id: I575ae9db8d94cbec811d0029691df98373f8fe35
This commit is contained in:
parent
7b88d7c9f6
commit
47de2a2f52
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,6 @@ var Configuration = map[string]PathConfig{
|
|||
"python3": Allowed,
|
||||
"realpath": Allowed,
|
||||
"rsync": Allowed,
|
||||
"sed": Allowed,
|
||||
"sh": Allowed,
|
||||
"tar": Allowed,
|
||||
"timeout": Allowed,
|
||||
|
@ -157,6 +156,7 @@ var Configuration = map[string]PathConfig{
|
|||
"readlink": LinuxOnlyPrebuilt,
|
||||
"rm": LinuxOnlyPrebuilt,
|
||||
"rmdir": LinuxOnlyPrebuilt,
|
||||
"sed": LinuxOnlyPrebuilt,
|
||||
"setsid": LinuxOnlyPrebuilt,
|
||||
"sha1sum": LinuxOnlyPrebuilt,
|
||||
"sha256sum": LinuxOnlyPrebuilt,
|
||||
|
|
Loading…
Reference in a new issue