已合并
新增ohos.permission.MOUNT_BUNDLE_INFO权限 #2882
新增ohos.permission.MOUNT_BUNDLE_INFO权限 #2882
已合并
chbchb12创建于 8月4日
1 个文件变更+11-13
@@ -509,19 +509,6 @@
509 }]509 }]
510 }],510 }],
511 "individual" : [{511 "individual" : [{
512- "com.ohos.sceneboard" : [{
513- "sandbox-switch": "ON",
514- "appIdentifier": "5765880207853062833",
515- "gids": [1065],
516- "mount-paths" : [{
517- "src-path" : "/data/app/el1/bundle/public/",
518- "sandbox-path" : "/data/app/el1/bundle/public/",
519- "sandbox-flags" : [ "bind", "rec" ],
520- "check-action-status": "true"
521- }
522- ],
523- "symbol-links" : []
524- }],
525 "com.ohos.amsdialog" : [{512 "com.ohos.amsdialog" : [{
526 "sandbox-switch": "ON",513 "sandbox-switch": "ON",
527 "appIdentifier": "5765880207853534317",514 "appIdentifier": "5765880207853534317",
@@ -773,6 +760,17 @@
773 }]760 }]
774 }],761 }],
775 "permission":[{762 "permission":[{
763+ "ohos.permission.MOUNT_BUNDLE_INFO" : [{
764+ "sandbox-switch": "ON",
765+ "gids": [1065],
766+ "mount-paths" : [{
767+ "src-path" : "/data/app/el1/bundle/public/",
768+ "sandbox-path" : "/data/app/el1/bundle/public/",
769+ "sandbox-flags" : [ "bind", "rec" ],
770+ "check-action-status": "true"
771+ }
772+ ]
773+ }],
776 "ohos.permission.FILE_ACCESS_MANAGER":[{774 "ohos.permission.FILE_ACCESS_MANAGER":[{
777 "sandbox-switch": "ON",775 "sandbox-switch": "ON",
778 "gids": [1006, 1008],776 "gids": [1006, 1008],