mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-15 18:33:43 +00:00
fixing spacing issues
This commit is contained in:
@ -2,18 +2,24 @@
|
||||
title: AppLocker functions (Windows 10)
|
||||
description: This topic for the IT professional lists the functions and security levels for the Software Restriction Policies (SRP) and AppLocker features.
|
||||
ms.assetid: bf704198-9e74-4731-8c5a-ee0512df34d2
|
||||
ms.pagetype: security
|
||||
ms.prod: W10
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.pagetype: security
|
||||
author: brianlic-msft
|
||||
---
|
||||
|
||||
# AppLocker functions
|
||||
|
||||
**Applies to**
|
||||
- Windows 10
|
||||
|
||||
This topic for the IT professional lists the functions and security levels for the Software Restriction Policies (SRP) and AppLocker features.
|
||||
|
||||
## Functions
|
||||
|
||||
The following list includes the SRP functions beginning with Windows Server 2003 and AppLocker functions beginning with Windows Server 2008 R2 and links to current documentation on MSDN:
|
||||
|
||||
- [SaferGetPolicyInformation Function](http://go.microsoft.com/fwlink/p/?LinkId=159781)
|
||||
- [SaferCreateLevel Function](http://go.microsoft.com/fwlink/p/?LinkId=159782)
|
||||
- [SaferCloseLevel Function](http://go.microsoft.com/fwlink/p/?LinkId=159783)
|
||||
@ -22,52 +28,23 @@ The following list includes the SRP functions beginning with Windows Server 200
|
||||
- [SaferGetLevelInformation Function](http://go.microsoft.com/fwlink/p/?LinkId=159787)
|
||||
- [SaferRecordEventLogEntry Function](http://go.microsoft.com/fwlink/p/?LinkId=159789)
|
||||
- [SaferiIsExecutableFileType Function](http://go.microsoft.com/fwlink/p/?LinkId=159790)
|
||||
|
||||
## Security level ID
|
||||
|
||||
AppLocker and SRP use the security level IDs to stipulate the access requirements to files listed in policies. The following table shows those security levels supported in SRP and AppLocker.
|
||||
<table>
|
||||
<colgroup>
|
||||
<col width="33%" />
|
||||
<col width="33%" />
|
||||
<col width="33%" />
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr class="header">
|
||||
<th align="left">Security level ID</th>
|
||||
<th align="left">SRP</th>
|
||||
<th align="left">AppLocker</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr class="odd">
|
||||
<td align="left"><p>SAFER_LEVELID_FULLYTRUSTED</p></td>
|
||||
<td align="left"><p>Supported</p></td>
|
||||
<td align="left"><p>Supported</p></td>
|
||||
</tr>
|
||||
<tr class="even">
|
||||
<td align="left"><p>SAFER_LEVELID_NORMALUSER</p></td>
|
||||
<td align="left"><p>Supported</p></td>
|
||||
<td align="left"><p>Not supported</p></td>
|
||||
</tr>
|
||||
<tr class="odd">
|
||||
<td align="left"><p>SAFER_LEVELID_CONSTRAINED</p></td>
|
||||
<td align="left"><p>Supported</p></td>
|
||||
<td align="left"><p>Not supported</p></td>
|
||||
</tr>
|
||||
<tr class="even">
|
||||
<td align="left"><p>SAFER_LEVELID_UNTRUSTED</p></td>
|
||||
<td align="left"><p>Supported</p></td>
|
||||
<td align="left"><p>Not supported</p></td>
|
||||
</tr>
|
||||
<tr class="odd">
|
||||
<td align="left"><p>SAFER_LEVELID_DISALLOWED</p></td>
|
||||
<td align="left"><p>Supported</p></td>
|
||||
<td align="left"><p>Supported</p></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
| Security level ID | SRP | AppLocker |
|
||||
| - | - | - |
|
||||
| SAFER_LEVELID_FULLYTRUSTED | Supported | Supported |
|
||||
| SAFER_LEVELID_NORMALUSER | Supported | Not supported |
|
||||
| SAFER_LEVELID_CONSTRAINED | Supported | Not supported |
|
||||
| SAFER_LEVELID_UNTRUSTED | Supported | Not supported |
|
||||
| SAFER_LEVELID_DISALLOWED | Supported | Supported |
|
||||
|
||||
In addition, URL zone ID is not supported in AppLocker.
|
||||
|
||||
## Related topics
|
||||
[AppLocker technical reference](applocker-technical-reference.md)
|
||||
|
||||
- [AppLocker technical reference](applocker-technical-reference.md)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user