align table correctly

fix #10673
This commit is contained in:
Julian Lemmerich
2022-06-30 09:58:33 +02:00
committed by GitHub
parent c1774d4904
commit 51d59eca56

View File

@ -40,12 +40,9 @@ The following table lists the default rules that are available for the DLL rule
| Purpose | Name | User | Rule condition type | | Purpose | Name | User | Rule condition type |
| - | - | - | - | | - | - | - | - |
| Allows members of the local Administrators group to run all DLLs | (Default Rule) All DLLs| | Allows members of the local Administrators group to run all DLLs | (Default Rule) All DLLs| BUILTIN\Administrators | Path: *|
| BUILTIN\Administrators | Path: *| | Allow all users to run DLLs in the Windows folder| (Default Rule) Microsoft Windows DLLs | Everyone | Path: %windir%\*|
| Allow all users to run DLLs in the Windows folder| (Default Rule) Microsoft Windows DLLs | | Allow all users to run DLLs in the Program Files folder | (Default Rule) All DLLs located in the Program Files folder| Everyone | Path: %programfiles%\*|
| Everyone | Path: %windir%\*|
| Allow all users to run DLLs in the Program Files folder | (Default Rule) All DLLs located in the Program Files folder|
| Everyone | Path: %programfiles%\*|
> [!IMPORTANT] > [!IMPORTANT]
> If you use DLL rules, a DLL allow rule has to be created for each DLL that is used by all of the allowed apps > If you use DLL rules, a DLL allow rule has to be created for each DLL that is used by all of the allowed apps