Add unix2dos as an allowed PATH tool
unix2dos is used instead of todos by some build servers in development/build/tools/patch_windows_sdk.sh Test: none Change-Id: I04cb2258f71bebfc8792b7aa95643a45ffe3ec5c
This commit is contained in:
@@ -135,6 +135,7 @@ var Configuration = map[string]PathConfig{
|
|||||||
"true": Allowed,
|
"true": Allowed,
|
||||||
"uname": Allowed,
|
"uname": Allowed,
|
||||||
"uniq": Allowed,
|
"uniq": Allowed,
|
||||||
|
"unix2dos": Allowed,
|
||||||
"unzip": Allowed,
|
"unzip": Allowed,
|
||||||
"wc": Allowed,
|
"wc": Allowed,
|
||||||
"which": Allowed,
|
"which": Allowed,
|
||||||
|
Reference in New Issue
Block a user