diff --git a/zh-cn/application-dev/security/permission-list.md b/zh-cn/application-dev/security/permission-list.md index 699bf758d314a754593542ad09ac0ed3975831d3..c2db0ec97c6875b612208e011ff5035d0034089c 100644 --- a/zh-cn/application-dev/security/permission-list.md +++ b/zh-cn/application-dev/security/permission-list.md @@ -516,7 +516,7 @@ ## ohos.permission.INSTALL_BUNDLE -允许应用安装、卸载其他应用(除了企业InHouse应用)。 +允许应用安装、卸载其他应用(除了企业相关应用,目前有企业InHouse应用,企业MDM应用和企业normal应用)。 **权限级别**:system_core @@ -2187,3 +2187,33 @@ **授权方式**:system_grant **ACL使能**:TRUE + +## ohos.permission.INSTALL_ENTERPRISE_MDM_BUNDLE + +允许在企业设备上安装企业MDM应用包。 + +**权限级别**:system_core + +**授权方式**:system_grant + +**ACL使能**:TRUE + +## ohos.permission.INSTALL_ENTERPRISE_NORMAL_BUNDLE + +允许在企业设备上安装企业NORMAL应用包。 + +**权限级别**:system_core + +**授权方式**:system_grant + +**ACL使能**:TRUE + +## ohos.permission.INSTALL_SELF_BUNDLE + +允许企业MDM应用在企业设备上自升级。 + +**权限级别**:system_core + +**授权方式**:system_grant + +**ACL使能**:TRUE \ No newline at end of file