xz: force use of the prebuilt.
Also comment why we can't yet do the same for bzip2. Test: treehugger Change-Id: I34d5bc0076f5790fcb01c185ef6d08824a4f6142
This commit is contained in:
@@ -74,8 +74,10 @@ func GetConfig(name string) PathConfig {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var Configuration = map[string]PathConfig{
|
var Configuration = map[string]PathConfig{
|
||||||
"bash": Allowed,
|
"bash": Allowed,
|
||||||
"bc": Allowed,
|
"bc": Allowed,
|
||||||
|
// We need bzip2 here even though we provide a bzip2 binary because
|
||||||
|
// GNU tar seems to avoid calling ours.
|
||||||
"bzip2": Allowed,
|
"bzip2": Allowed,
|
||||||
"date": Allowed,
|
"date": Allowed,
|
||||||
"dd": Allowed,
|
"dd": Allowed,
|
||||||
@@ -104,7 +106,6 @@ var Configuration = map[string]PathConfig{
|
|||||||
"timeout": Allowed,
|
"timeout": Allowed,
|
||||||
"tr": Allowed,
|
"tr": Allowed,
|
||||||
"unzip": Allowed,
|
"unzip": Allowed,
|
||||||
"xz": Allowed,
|
|
||||||
"zip": Allowed,
|
"zip": Allowed,
|
||||||
"zipinfo": Allowed,
|
"zipinfo": Allowed,
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user