Removed claim that user writeable check is done for parent directories recursively

This commit is contained in:
jsuther1974 2023-08-11 09:30:16 -07:00
parent eeeec99a44
commit c4fdca1855

View File

@ -13,7 +13,7 @@ author: jgeurten
ms.reviewer: jsuther1974
ms.author: vinpa
manager: aaroncz
ms.date: 06/07/2023
ms.date: 08/11/2023
ms.technology: itpro-security
ms.topic: article
---
@ -144,7 +144,7 @@ Filepath rules don't provide the same security guarantees that explicit signer r
### User-writable filepaths
By default, WDAC performs a user-writeability check at runtime that ensures that the current permissions on the specified filepath and its parent directories (recursively) don't allow standard users write access.
By default, WDAC performs a user-writeability check at runtime that ensures that the current permissions on the specified filepath only allow write access for admin users.
There's a defined list of SIDs that WDAC recognizes as admins. If a filepath allows write permissions for any SID not in this list, the filepath is considered to be user-writeable, even if the SID is associated to a custom admin user. To handle these special cases, you can override WDAC's runtime admin-writeable check with the **Disabled:Runtime FilePath Rule Protection** option described earlier.