From 75436afce75c90bf98b02880d04a96b475fe8d2e Mon Sep 17 00:00:00 2001 From: Gary Moore Date: Mon, 2 Oct 2023 13:52:09 -0700 Subject: [PATCH] Fixes for Acrolinx: Correctness --- .../operations/citool-commands.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/windows/security/application-security/application-control/windows-defender-application-control/operations/citool-commands.md b/windows/security/application-security/application-control/windows-defender-application-control/operations/citool-commands.md index f58a50a701..3628a34d82 100644 --- a/windows/security/application-security/application-control/windows-defender-application-control/operations/citool-commands.md +++ b/windows/security/application-security/application-control/windows-defender-application-control/operations/citool-commands.md @@ -62,9 +62,9 @@ CiTool makes Windows Defender Application Control (WDAC) policy management easie | Friendly Name | Value listed in `` | `Microsoft Windows Driver Policy` | | Version | Version of the policy listed in `` | `2814751463178240` | | Platform Policy | Whether the policy is provided by Microsoft, for example in the vulnerable driver blocklist policy. | `true` | -| Policy is Signed | Whether the policy has a valid signature. | `true` | -| Has File on Disk | Whether the policy file is currently on the disk. | `false` | -| Is Currently Enforced | Whether the policy file is active. | `true` | +| Policy is Signed | Indicates whether the policy has a valid signature. | `true` | +| Has File on Disk | Indicates whether the policy file is currently on the disk. | `false` | +| Is Currently Enforced | Indicates whether the policy file is active. | `true` | | Is Authorized | If the policy requires a token to be activated, this value is the state of authorization for the token. If the policy doesn't require a token, this value matches the value for the **Is Currently Enforced** property. | `true` | ## Examples