mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-07 10:07:21 +00:00
Added text about PE files.
This commit is contained in:
parent
e3f5389275
commit
6302ea9616
@ -6,8 +6,9 @@ ms.prod: w10
|
|||||||
ms.mktglfcycl: deploy
|
ms.mktglfcycl: deploy
|
||||||
ms.sitesec: library
|
ms.sitesec: library
|
||||||
ms.pagetype: security
|
ms.pagetype: security
|
||||||
author: brianlic-msft
|
author: andreabichsel
|
||||||
ms.date: 09/21/2017
|
msauthor: v-anbic
|
||||||
|
ms.date: 08/27/2018
|
||||||
---
|
---
|
||||||
|
|
||||||
# Working with AppLocker rules
|
# Working with AppLocker rules
|
||||||
@ -60,6 +61,8 @@ The AppLocker console is organized into rule collections, which are executable f
|
|||||||
When DLL rules are used, AppLocker must check each DLL that an application loads. Therefore, users may experience a reduction in performance if DLL rules are used.
|
When DLL rules are used, AppLocker must check each DLL that an application loads. Therefore, users may experience a reduction in performance if DLL rules are used.
|
||||||
|
|
||||||
The DLL rule collection is not enabled by default. To learn how to enable the DLL rule collection, see [DLL rule collections](#bkmk-dllrulecollections).
|
The DLL rule collection is not enabled by default. To learn how to enable the DLL rule collection, see [DLL rule collections](#bkmk-dllrulecollections).
|
||||||
|
|
||||||
|
EXE rules apply to portable executable (PE) files. AppLocker checks whether a file is a valid PE file, rather than just applying rules based on file extension, which attackers can easily change. Regardless of the file extension, the AppLocker EXE rule collection will work on a file as long as it is a valid PE file.
|
||||||
|
|
||||||
## Rule conditions
|
## Rule conditions
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user