Implement authorization import and revocation checks (T-503)

This commit is contained in:
ila
2026-07-20 09:07:30 +08:00
parent b4453130de
commit 76f6108496
36 changed files with 2197 additions and 68 deletions
+9
View File
@@ -45,6 +45,15 @@
"min_os": {
"enum": ["windows-7-sp1", "windows-10", "windows-11"]
},
"product_id": {
"type": "string",
"pattern": "^[a-z0-9-]+$",
"$comment": "Optional for pre-T-503 records; new installations persist the verified app.json product_id for launch authorization."
},
"supports_trial": {
"type": "boolean",
"$comment": "Optional for pre-T-503 records; absence means false and never grants a local trial."
},
"requires_admin": {
"type": "boolean"
},