--- title: Understanding the publisher rule condition in AppLocker (Windows 10) description: This topic explains the AppLocker publisher rule condition, what controls are available, and how it is applied. ms.assetid: df61ed8f-a97e-4644-9d0a-2169f18c1c4f ms.prod: W10 ms.mktglfcycl: deploy ms.sitesec: library author: brianlic-msft --- # Understanding the publisher rule condition in AppLocker **Applies to** - Windows 10 This topic explains the AppLocker publisher rule condition, what controls are available, and how it is applied. Publisher conditions can be made only for files that are digitally signed; this condition identifies an app based on its digital signature and extended attributes. The digital signature contains information about the company that created the app (the publisher). The extended attributes, which are obtained from the binary resource, contain the name of the product that the app is part of and the version number of the app. The publisher may be a software development company, such as Microsoft, or the Information Technology department of your organization. Publisher conditions are easier to maintain than file hash conditions and are generally more secure than path conditions. Rules that are specified to the version level might have to be updated when a new version of the file is released. The following table describes the advantages and disadvantages of the publisher condition.
Publisher condition advantages | Publisher condition disadvantages |
---|---|
|
|
Option | The publisher condition allows or denies… |
---|---|
All signed files |
All files that are signed by a publisher. |
Publisher only |
All files that are signed by the named publisher. |
Publisher and product name |
All files for the specified product that are signed by the named publisher. |
Publisher, product name, and file name |
Any version of the named file for the named product that is signed by the publisher. |
Publisher, product name, file name, and file version |
Exactly The specified version of the named file for the named product that is signed by the publisher. |
Publisher, product name, file name, and file version |
And above The specified version of the named file and any new releases for the product that are signed by the publisher. |
Publisher, product name, file name, and file version |
And below The specified version of the named file and any older versions for the product that are signed by the publisher. |
Custom |
You can edit the Publisher, Product name, File name, and Version fields to create a custom rule. |