Added the NTSATUS section

This commit is contained in:
Kim Klein
2021-06-22 14:42:40 -07:00
parent 1857cd5d58
commit f7d9f560f4

View File

@ -120,3 +120,7 @@ The rule means trust anything signed by a certificate that chains to this root C
| 19 | Microsoft ECC Devices Root CA 2017 |
For well-known roots, the TBS hashes for the certificates are baked into the code for WDAC. For example, they dont need to be listed as TBS hashes in the policy file.
## NTSTATUS Values
Represents values that are used to communicate system information. They are of four types: success values, information values, warning values, and error values. Click on the [NTSATUS](https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-erref/596a1078-e883-4972-9bbc-49e60bebca55) link for information about common usage details.