Implement authorization import and revocation checks (T-503)
This commit is contained in:
@@ -198,6 +198,8 @@ func (extractor Extractor) ExtractVerifiedFileWithCheck(
|
||||
return ExtractResult{}, packageError(PackageStageExtract, err)
|
||||
}
|
||||
result.WorkingDir = manifest.WorkingDir
|
||||
result.ProductID = manifest.ProductID
|
||||
result.SupportsTrial = manifest.SupportsTrial
|
||||
return result, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user