Fixed typo and policy name

There was a typo "WADC". It was previously correctly set to "WDAC". Instead of setting it to "WDAC", i set it to "App Control for Business" to follow the new naming convention.
This commit is contained in:
Violet Hansen
2024-10-17 10:34:38 +03:00
committed by GitHub
parent ab83cbe538
commit 9ef8369bd4

View File

@ -76,7 +76,7 @@ Represents why verification failed, or if it succeeded.
| 23 | Invalid image hash. This error can indicate file corruption or a problem with the file's signature. Signatures using elliptic curve cryptography (ECC), such as ECDSA, return this VerificationError. |
| 24 | Flight root not allowed; indicates trying to run flight-signed code on production OS. |
| 25 | Anti-cheat policy violation. |
| 26 | Explicitly denied by WADC policy. |
| 26 | Explicitly denied by App Control for Business policy. |
| 27 | The signing chain appears to be tampered/invalid. |
| 28 | Resource page hash mismatch. |