Merge "Move paste(1) to toybox."
This commit is contained in:
commit
ca62abc776
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,6 @@ var Configuration = map[string]PathConfig{
|
|||
"mktemp": Allowed,
|
||||
"mv": Allowed,
|
||||
"openssl": Allowed,
|
||||
"paste": Allowed,
|
||||
"patch": Allowed,
|
||||
"pgrep": Allowed,
|
||||
"pkill": Allowed,
|
||||
|
@ -170,6 +169,7 @@ var Configuration = map[string]PathConfig{
|
|||
"env": Toybox,
|
||||
"id": Toybox,
|
||||
"od": Toybox,
|
||||
"paste": Toybox,
|
||||
"pwd": Toybox,
|
||||
"rmdir": Toybox,
|
||||
"sleep": Toybox,
|
||||
|
|
Loading…
Reference in a new issue