1# Permissions for Enterprise Applications
2
3The following permissions are available to <!--Del-->system applications and <!--DelEnd-->enterprise applications. Enterprise applications include normal enterprise apps and Mobile Device Management (MDM) applications.
4
5The distribution type of enterprise applications can be **enterprise_normal** (normal enterprise application) or **enterprise_mdm** (MDM application). You can <!--RP1-->obtain the distribution type from the **app-distribution-type** field in the [HarmonyAppProvision configuration file](../app-provision-structure.md).<!--RP1End-->
6
7For details about how to request the permissions for enterprise applications, see [declaring permissions](declare-permissions.md).
8
9## ohos.permission.SET_FILE_GUARD_POLICY
10
11Allows an application to update the file guard policy.
12
13**Permission level**: system_basic
14
15**Authorization mode**: system_grant
16
17<!--Del-->
18**Enable via ACL**: true<!--DelEnd-->
19
20**Valid since**: 10
21
22**Changelog**: For API versions 10 to 14, this permission is of the system_core level and available only to MDM applications. Starting from API version 14, the permission level is changed to system_basic and this permission is accessible to normal enterprise applications.
23
24## ohos.permission.FILE_GUARD_MANAGER
25
26Allows an application to scan media and sandbox and set file extended properties.
27
28**Permission level**: system_basic
29
30**Authorization mode**: system_grant
31
32<!--Del-->
33**Enable via ACL**: true<!--DelEnd-->
34
35**Valid since**: 10
36
37**Changelog**: For API versions 10 to 14, this permission is of the system_core level and available only to MDM applications. Starting from API version 14, the permission level is changed to system_basic and this permission is accessible to normal enterprise applications.