From 42b3772e6cd6b76e51648118d0dbfc31ee46f62f Mon Sep 17 00:00:00 2001 From: jiangminsen Date: Wed, 5 Jul 2023 19:58:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=BC=81=E4=B8=9Amdm?= =?UTF-8?q?=E5=BA=94=E7=94=A8=E5=92=8C=E4=BC=81=E4=B8=9Anormal=E5=BA=94?= =?UTF-8?q?=E7=94=A8=E7=9B=B8=E5=85=B3=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: jiangminsen --- .../security/permission-list.md | 32 ++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/zh-cn/application-dev/security/permission-list.md b/zh-cn/application-dev/security/permission-list.md index c9c0631c99..81210006a3 100644 --- a/zh-cn/application-dev/security/permission-list.md +++ b/zh-cn/application-dev/security/permission-list.md @@ -496,7 +496,7 @@ ## ohos.permission.INSTALL_BUNDLE -允许应用安装、卸载其他应用(除了企业InHouse应用)。 +允许应用安装、卸载其他应用(除了企业相关应用,目前有企业InHouse应用,企业MDM应用和企业normal应用)。 **权限级别**:system_core @@ -2137,3 +2137,33 @@ **授权方式**:system_grant **ACL使能**:FALSE + +## 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 -- GitLab