Switch to toybox readlink(1).
Test: treehugger Change-Id: Ie1f6be5c2f273809a2691e506fc34c6840c942dd
This commit is contained in:
parent
6712c0eb87
commit
61456d1515
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,6 @@ var Configuration = map[string]PathConfig{
|
|||
"python": Allowed,
|
||||
"python2.7": Allowed,
|
||||
"python3": Allowed,
|
||||
"readlink": Allowed,
|
||||
"realpath": Allowed,
|
||||
"rm": Allowed,
|
||||
"rsync": Allowed,
|
||||
|
@ -163,6 +162,7 @@ var Configuration = map[string]PathConfig{
|
|||
"od": Toybox,
|
||||
"paste": Toybox,
|
||||
"pwd": Toybox,
|
||||
"readlink": Toybox,
|
||||
"rmdir": Toybox,
|
||||
"setsid": Toybox,
|
||||
"sleep": Toybox,
|
||||
|
|
Loading…
Reference in a new issue