1{ 2 "common" : [{ 3 "top-sandbox-switch": "ON", 4 "app-base" : [{ 5 "sandbox-ns-flags" : [ "pid" ], 6 "mount-paths" : [{ 7 "src-path" : "/config", 8 "sandbox-path" : "/config", 9 "sandbox-flags" : [ "bind", "rec" ], 10 "check-action-status": "false" 11 }, { 12 "src-path" : "/dev", 13 "sandbox-path" : "/dev", 14 "sandbox-flags" : [ "bind", "rec" ], 15 "check-action-status": "false" 16 }, { 17 "src-path" : "/proc", 18 "sandbox-path" : "/proc", 19 "sandbox-flags" : [ "bind", "rec" ], 20 "check-action-status": "false" 21 }, { 22 "src-path" : "/sys", 23 "sandbox-path" : "/sys", 24 "sandbox-flags" : [ "bind", "rec" ], 25 "check-action-status": "false" 26 }, { 27 "src-path" : "/sys_prod", 28 "sandbox-path" : "/sys_prod", 29 "sandbox-flags" : [ "bind", "rec" ], 30 "check-action-status": "false" 31 }, { 32 "src-path" : "/system/app", 33 "sandbox-path" : "/system/app", 34 "sandbox-flags" : [ "bind", "rec" ], 35 "check-action-status": "false" 36 }, { 37 "src-path" : "/system/fonts", 38 "sandbox-path" : "/system/fonts", 39 "sandbox-flags" : [ "bind", "rec" ], 40 "check-action-status": "false" 41 }, { 42 "src-path" : "/system/lib", 43 "sandbox-path" : "/system/lib", 44 "sandbox-flags" : [ "bind", "rec" ], 45 "check-action-status": "false" 46 }, { 47 "src-path" : "/system/data", 48 "sandbox-path" : "/system/data", 49 "sandbox-flags" : [ "bind", "rec" ], 50 "check-action-status": "false" 51 }, { 52 "src-path" : "/system/usr", 53 "sandbox-path" : "/system/usr", 54 "sandbox-flags" : [ "bind", "rec" ], 55 "check-action-status": "false" 56 }, { 57 "src-path" : "/system/profile", 58 "sandbox-path" : "/system/profile", 59 "sandbox-flags" : [ "bind", "rec" ], 60 "check-action-status": "false" 61 }, { 62 "src-path" : "/system/bin", 63 "sandbox-path" : "/system/bin", 64 "sandbox-flags" : [ "bind", "rec" ], 65 "check-action-status": "false" 66 }, { 67 "src-path" : "/system/etc", 68 "sandbox-path" : "/system/etc", 69 "sandbox-flags" : [ "bind", "rec" ], 70 "check-action-status": "false" 71 }, { 72 "src-path" : "/system/resources", 73 "sandbox-path" : "/system/resources", 74 "sandbox-flags" : [ "bind", "rec" ], 75 "check-action-status": "false" 76 }, { 77 "src-path" : "/vendor/lib", 78 "sandbox-path" : "/vendor/lib", 79 "sandbox-flags" : [ "bind", "rec" ], 80 "check-action-status": "false" 81 }, { 82 "src-path" : "/vendor/etc/hiai", 83 "sandbox-path" : "/vendor/etc/hiai", 84 "sandbox-flags" : [ "bind", "rec" ], 85 "check-action-status": "false" 86 }, { 87 "src-path" : "/vendor/etc/vulkan", 88 "sandbox-path" : "/vendor/etc/vulkan", 89 "sandbox-flags" : [ "bind", "rec" ], 90 "check-action-status": "false" 91 }, { 92 "src-path" : "/data/app/el1/bundle/public/<PackageName>", 93 "sandbox-path" : "/data/storage/el1/bundle", 94 "sandbox-flags" : [ "bind", "rec" ], 95 "check-action-status": "true" 96 }, { 97 "src-path" : "/mnt/sandbox/<currentUserId>/<PackageName>/data/storage/el2", 98 "sandbox-path" : "/data/storage/el2", 99 "sandbox-flags" : [ "bind", "rec" ], 100 "check-action-status": "false" 101 }, { 102 "src-path" : "/data/app/el2/<currentUserId>/base/<PackageName>", 103 "sandbox-path" : "/data/storage/el2/base", 104 "sandbox-flags" : [ "bind", "rec" ], 105 "check-action-status": "false" 106 }, { 107 "src-path" : "/data/app/el2/<currentUserId>/log/<PackageName>", 108 "sandbox-path" : "/data/storage/el2/log", 109 "sandbox-flags" : [ "bind", "rec" ], 110 "check-action-status": "false" 111 }, { 112 "src-path" : "/data/app/el1/<currentUserId>/database/<PackageName>", 113 "sandbox-path" : "/data/storage/el1/database", 114 "sandbox-flags" : [ "bind", "rec" ], 115 "check-action-status": "true" 116 }, { 117 "src-path" : "/data/app/el2/<currentUserId>/database/<PackageName>", 118 "sandbox-path" : "/data/storage/el2/database", 119 "sandbox-flags" : [ "bind", "rec" ], 120 "check-action-status": "false" 121 }, { 122 "src-path" : "/data/app/el1/<currentUserId>/base/<PackageName>", 123 "sandbox-path" : "/data/storage/el1/base", 124 "sandbox-flags" : [ "bind", "rec" ], 125 "check-action-status": "true" 126 }, { 127 "src-path" : "/mnt/hmdfs/<currentUserId>", 128 "sandbox-path" : "/mnt/hmdfs/<currentUserId>", 129 "sandbox-flags" : [ "bind", "rec" ], 130 "check-action-status": "false" 131 }, { 132 "src-path" : "/mnt/hmdfs/<currentUserId>/account/merge_view/data/<PackageName>", 133 "sandbox-path" : "/data/storage/el2/distributedfiles", 134 "sandbox-flags" : [ "bind", "rec" ], 135 "check-action-status": "false" 136 }, { 137 "src-path" : "/mnt/hmdfs/<currentUserId>/non_account/merge_view/data/", 138 "sandbox-path" : "/data/storage/el2/auth_groups", 139 "sandbox-flags" : [ "bind", "rec" ], 140 "check-action-status": "false" 141 }, { 142 "src-path" : "/data/local/ark-cache/<PackageName>", 143 "sandbox-path" : "/data/storage/ark-cache", 144 "sandbox-flags" : [ "bind", "rec" ], 145 "check-action-status": "false" 146 }, { 147 "src-path" : "/data/local/ark-profile/<currentUserId>/<PackageName>", 148 "sandbox-path" : "/data/storage/ark-profile", 149 "sandbox-flags" : [ "bind", "rec" ], 150 "check-action-status": "false" 151 }, { 152 "src-path" : "/mnt/share/<currentUserId>/<PackageName_index>", 153 "sandbox-path" : "/data/storage/el2/share", 154 "sandbox-flags" : [ "bind", "rec" ], 155 "check-action-status": "false" 156 }, { 157 "src-path" : "/data/service/el1/public/themes/<currentUserId>/a/app", 158 "sandbox-path" : "/data/themes/a/app", 159 "sandbox-flags" : [ "bind", "rec" ], 160 "check-action-status": "false" 161 }, { 162 "src-path" : "/data/service/el1/public/themes/<currentUserId>/b/app", 163 "sandbox-path" : "/data/themes/b/app", 164 "sandbox-flags" : [ "bind", "rec" ], 165 "check-action-status": "false" 166 }, { 167 "src-path" : "/data/service/el1/<currentUserId>/distributeddata/utd", 168 "sandbox-path" : "/data/utd", 169 "sandbox-flags" : [ "bind", "rec" ], 170 "check-action-status": "false" 171 }, { 172 "src-path" : "/data/service/el1/public/cert_manager_service/certificates/user_open", 173 "sandbox-path" : "/data/certificates/user_cacerts", 174 "sandbox-flags" : [ "bind", "rec" ], 175 "check-action-status": "false" 176 }, { 177 "src-path" : "/data/app/el3/<currentUserId>/base/<PackageName>", 178 "sandbox-path" : "/data/storage/el3/base", 179 "sandbox-flags" : [ "bind", "rec" ], 180 "check-action-status": "false" 181 }, { 182 "src-path" : "/data/app/el3/<currentUserId>/database/<PackageName>", 183 "sandbox-path" : "/data/storage/el3/database", 184 "sandbox-flags" : [ "bind", "rec" ], 185 "check-action-status": "false" 186 }, { 187 "src-path" : "/data/app/el4/<currentUserId>/base/<PackageName>", 188 "sandbox-path" : "/data/storage/el4/base", 189 "sandbox-flags" : [ "bind", "rec" ], 190 "check-action-status": "false" 191 }, { 192 "src-path" : "/data/app/el4/<currentUserId>/database/<PackageName>", 193 "sandbox-path" : "/data/storage/el4/database", 194 "sandbox-flags" : [ "bind", "rec" ], 195 "check-action-status": "false" 196 } 197 ], 198 "symbol-links" : [{ 199 "target-name" : "/system/bin", 200 "link-name" : "/bin", 201 "check-action-status": "false" 202 }, { 203 "target-name" : "/system/lib", 204 "link-name" : "/lib", 205 "check-action-status": "false" 206 }, { 207 "target-name" : "/system/etc", 208 "link-name" : "/etc", 209 "check-action-status": "false" 210 }, { 211 "target-name" : "/sys/kernel/debug", 212 "link-name" : "/d", 213 "check-action-status": "false" 214 } 215 ] 216 }], 217 "app-resources" : [{ 218 "mount-paths" : [{ 219 "src-path" : "/data/app/el1/bundle/public/com.ohos.nweb", 220 "sandbox-path" : "/data/storage/el1/bundle/nweb", 221 "sandbox-flags" : [ "bind", "rec" ], 222 "check-action-status": "false" 223 }, { 224 "src-path" : "/data/app/el1/bundle/public/ohos.global.systemres", 225 "sandbox-path" : "/data/storage/el1/bundle/ohos.global.systemres", 226 "sandbox-flags" : [ "bind", "rec" ], 227 "check-action-status": "false" 228 }, { 229 "src-path" : "/system/app/ohos.global.systemres", 230 "sandbox-path" : "/data/storage/el1/bundle/systemResources", 231 "sandbox-flags" : [ "bind", "rec" ], 232 "check-action-status": "false" 233 }, { 234 "src-path" : "/system/app/SystemResources", 235 "sandbox-path" : "/data/storage/el1/bundle/systemResources", 236 "sandbox-flags" : [ "bind", "rec" ], 237 "check-action-status": "false" 238 }, { 239 "src-path" : "/data/app/el1/bundle/public/ohos.global.systemres.overlay", 240 "sandbox-path" : "/data/storage/el1/bundle/ohos.global.systemres.overlay", 241 "sandbox-flags" : [ "bind", "rec" ], 242 "check-action-status": "false" 243 }, { 244 "src-path" : "/data/misc", 245 "sandbox-path" : "/data/storage/el1/bundle/misc", 246 "sandbox-flags" : [ "bind", "rec" ], 247 "check-action-status": "false" 248 } 249 ], 250 "flags-point" : [{ 251 "flags": "DLP_MANAGER", 252 "mount-paths" : [{ 253 "src-path" : "/data/app/el2/<currentUserId>/base/<PackageName_index>", 254 "sandbox-path" : "/data/storage/el2/base", 255 "sandbox-flags" : [ "bind", "rec" ], 256 "check-action-status": "false" 257 },{ 258 "src-path" : "/data/app/el1/<currentUserId>/database/<PackageName_index>", 259 "sandbox-path" : "/data/storage/el1/database", 260 "sandbox-flags" : [ "bind", "rec" ], 261 "check-action-status": "false" 262 }, { 263 "src-path" : "/data/app/el2/<currentUserId>/database/<PackageName_index>", 264 "sandbox-path" : "/data/storage/el2/database", 265 "sandbox-flags" : [ "bind", "rec" ], 266 "check-action-status": "false" 267 }, { 268 "src-path" : "/data/app/el1/<currentUserId>/base/<PackageName_index>", 269 "sandbox-path" : "/data/storage/el1/base", 270 "sandbox-flags" : [ "bind", "rec" ], 271 "check-action-status": "false" 272 }, { 273 "src-path" : "/data/app/el2/<currentUserId>/log/<PackageName_index>", 274 "sandbox-path" : "/data/storage/el2/log", 275 "sandbox-flags" : [ "bind", "rec" ], 276 "check-action-status": "false" 277 }, { 278 "src-path" : "/mnt/share/<currentUserId>/<PackageName_index>", 279 "sandbox-path" : "/data/storage/el2/share", 280 "sandbox-flags" : [ "bind", "rec" ], 281 "check-action-status": "false" 282 } 283 ]}, { 284 "flags": "START_FLAGS_BACKUP", 285 "mount-paths": [{ 286 "src-path": "/data/service/el2/<currentUserId>/backup/bundles/<PackageName>", 287 "sandbox-path": "/data/storage/el2/backup", 288 "sandbox-flags": [ "bind", "rec" ], 289 "check-action-status": "true" 290 }, { 291 "src-path" : "/data/service/el1/<currentUserId>/backup/bundles/<PackageName>", 292 "sandbox-path" : "/data/storage/el1/backup", 293 "sandbox-flags" : [ "bind", "rec" ], 294 "check-action-status": "false" 295 } 296 ]} 297 ], 298 "symbol-links" : [ 299 ] 300 }] 301 }], 302 "individual" : [{ 303 "com.huawei.ohos.hiviewx" : [{ 304 "sandbox-switch": "ON", 305 "mount-paths" : [{ 306 "src-path" : "/data/log/", 307 "sandbox-path" : "/data/log/", 308 "sandbox-flags" : [ "bind", "rec" ], 309 "check-action-status": "true" 310 } 311 ], 312 "symbol-links" : [] 313 }], 314 "com.huawei.ohos.betaclub" : [{ 315 "sandbox-switch": "ON", 316 "mount-paths" : [{ 317 "src-path" : "/data/log/", 318 "sandbox-path" : "/data/log/", 319 "sandbox-flags" : [ "bind", "rec" ], 320 "check-action-status": "true" 321 } 322 ], 323 "symbol-links" : [] 324 }], 325 "com.ohos.medialibrary.medialibrarydata" : [{ 326 "sandbox-switch": "ON", 327 "mount-paths" : [{ 328 "src-path" : "/storage/media/<currentUserId>", 329 "sandbox-path" : "/storage/media", 330 "sandbox-flags" : [ "bind", "rec" ], 331 "check-action-status": "false" 332 }, { 333 "src-path" : "/data/service/el2/<currentUserId>/hmdfs/cache/account_cache", 334 "sandbox-path" : "/data/service/el2/<currentUserId>/hmdfs/cache/account_cache", 335 "sandbox-flags" : [ "bind", "rec" ], 336 "check-action-status": "false" 337 }, { 338 "src-path" : "/storage/cloud/<currentUserId>", 339 "sandbox-path" : "/storage/cloud", 340 "sandbox-flags" : [ "bind", "rec" ], 341 "check-action-status": "false" 342 }, { 343 "src-path" : "none", 344 "sandbox-path" : "/storage/cloud/epfs", 345 "sandbox-flags" : [ "MS_NODEV" ], 346 "fs-type": "epfs", 347 "check-action-status": "false" 348 }, { 349 "src-path" : "/mnt/data/<currentUserId>", 350 "sandbox-path" : "/mnt/data/<currentUserId>", 351 "sandbox-flags" : [ "bind", "rec" ], 352 "check-action-status": "false" 353 } 354 ], 355 "symbol-links" : [] 356 }], 357 "com.ohos.launcher" : [{ 358 "sandbox-switch": "ON", 359 "mount-paths" : [{ 360 "src-path" : "/data/app/el1/bundle/public/", 361 "sandbox-path" : "/data/bundles/", 362 "sandbox-flags" : [ "bind", "rec" ], 363 "check-action-status": "true" 364 } 365 ], 366 "symbol-links" : [] 367 }], 368 "com.ohos.systemui" : [{ 369 "sandbox-switch": "ON", 370 "mount-paths" : [{ 371 "src-path" : "/data/app/el1/bundle/public/", 372 "sandbox-path" : "/data/app/el1/bundle/public/", 373 "sandbox-flags" : [ "bind", "rec" ], 374 "check-action-status": "true" 375 } 376 ], 377 "symbol-links" : [] 378 }], 379 "com.ohos.sceneboard" : [{ 380 "sandbox-switch": "ON", 381 "mount-paths" : [{ 382 "src-path" : "/data/app/el1/bundle/public/", 383 "sandbox-path" : "/data/app/el1/bundle/public/", 384 "sandbox-flags" : [ "bind", "rec" ], 385 "check-action-status": "true" 386 } 387 ], 388 "symbol-links" : [] 389 }], 390 "com.ohos.permissionmanager" : [{ 391 "sandbox-switch": "ON", 392 "mount-paths" : [{ 393 "src-path" : "/data/app/el1/bundle/public/", 394 "sandbox-path" : "/data/bundles/", 395 "sandbox-flags" : [ "bind", "rec" ], 396 "check-action-status": "true" 397 } 398 ], 399 "symbol-links" : [] 400 }], 401 "com.ohos.certmanager" : [{ 402 "sandbox-switch": "ON", 403 "mount-paths" : [{ 404 "src-path" : "/data/app/el1/bundle/public/", 405 "sandbox-path" : "/data/bundles/", 406 "sandbox-flags" : [ "bind", "rec" ], 407 "check-action-status": "true" 408 } 409 ], 410 "symbol-links" : [] 411 }], 412 "com.ohos.amsdialog" : [{ 413 "sandbox-switch": "ON", 414 "mount-paths" : [{ 415 "src-path" : "/data/app/el1/bundle/public/", 416 "sandbox-path" : "/data/bundles/", 417 "sandbox-flags" : [ "bind", "rec" ], 418 "check-action-status": "true" 419 } 420 ], 421 "symbol-links" : [] 422 }], 423 "ohos.samples.ecg" : [{ 424 "sandbox-switch": "ON", 425 "mount-paths" : [], 426 "flags-point" : [{ 427 "flags": "NOT_SUPPORTED", 428 "mount-paths" : [{ 429 "src-path" : "/data/app/el1/bundle/public/", 430 "sandbox-path" : "/data/bundles/", 431 "sandbox-flags" : [ "bind", "rec" ], 432 "check-action-status": "true" 433 } 434 ]}, { 435 "flags": "START_FLAGS_BACKUP", 436 "mount-paths" : [{ 437 "src-path" : "/data/app/el1/bundle/public/", 438 "sandbox-path" : "/data/bundles/", 439 "sandbox-flags" : [ "bind", "rec" ], 440 "check-action-status": "true" 441 } 442 ]} 443 ], 444 "symbol-links" : [] 445 }], 446 "com.ohos.dlpmanager" : [{ 447 "sandbox-switch": "ON", 448 "sandbox-shared" : "true", 449 "mount-paths" : [{ 450 "src-path" : "/mnt/data/<currentUserId>", 451 "sandbox-path" : "/mnt/data", 452 "sandbox-flags" : [ "bind", "rec" ], 453 "mount-shared-flag" : "true", 454 "check-action-status": "true" 455 }, { 456 "src-path" : "/dev/fuse", 457 "sandbox-path" : "/mnt/data/fuse", 458 "sandbox-flags" : [ "MS_NOSUID", "MS_NODEV", "MS_NOEXEC", "MS_NOATIME", "MS_LAZYTIME" ], 459 "fs-type": "fuse", 460 "check-action-status": "false" 461 } 462 ], 463 "symbol-links" : [] 464 }], 465 "com.ohos.UserFile.ExternalFileManager" : [{ 466 "sandbox-switch": "ON", 467 "mount-paths" : [{ 468 "src-path" : "/data/service/el1/public/storage_daemon/share/public", 469 "sandbox-path" : "/data/storage/el1/bundle/storage_daemon", 470 "sandbox-flags" : [ "bind", "rec" ], 471 "check-action-status": "true" 472 }, 473 { 474 "src-path" : "/mnt/data/external", 475 "sandbox-path" : "/mnt/external", 476 "sandbox-flags" : [ "bind", "rec" ], 477 "check-action-status": "true" 478 } 479 ], 480 "symbol-links" : [] 481 }], 482 "__internal__.com.ohos.render" : [{ 483 "sandbox-root" : "/mnt/sandbox/com.ohos.render/<PackageName>", 484 "sandbox-ns-flags" : [ "pid", "net" ], 485 "mount-paths" : [{ 486 "src-path" : "/dev", 487 "sandbox-path" : "/dev", 488 "sandbox-flags" : [ "bind", "rec" ], 489 "check-action-status": "false" 490 }, { 491 "src-path" : "/proc", 492 "sandbox-path" : "/proc", 493 "sandbox-flags" : [ "bind", "rec" ], 494 "check-action-status": "false" 495 }, { 496 "src-path" : "/sys", 497 "sandbox-path" : "/sys", 498 "sandbox-flags" : [ "bind", "rec" ], 499 "check-action-status": "false" 500 }, { 501 "src-path" : "/system/fonts", 502 "sandbox-path" : "/system/fonts", 503 "sandbox-flags" : [ "bind", "rec" ], 504 "check-action-status": "false" 505 }, { 506 "src-path" : "/system/etc", 507 "sandbox-path" : "/system/etc", 508 "sandbox-flags" : [ "bind", "rec" ], 509 "check-action-status": "false" 510 }, { 511 "src-path" : "/data/app/el1/bundle/public/com.ohos.nweb", 512 "sandbox-path" : "/data/storage/el1/bundle/nweb", 513 "sandbox-flags" : [ "bind", "rec" ], 514 "check-action-status": "false" 515 }, { 516 "src-path" : "/system/bin", 517 "sandbox-path" : "/system/bin", 518 "sandbox-flags" : [ "bind", "rec" ], 519 "check-action-status": "false" 520 }, { 521 "src-path" : "/system/lib", 522 "sandbox-path" : "/system/lib", 523 "sandbox-flags" : [ "bind", "rec" ], 524 "check-action-status": "false" 525 }, { 526 "src-path" : "/system/app/com.ohos.nweb", 527 "sandbox-path" : "/system/app/com.ohos.nweb", 528 "sandbox-flags" : [ "bind", "rec" ], 529 "check-action-status": "false" 530 }, { 531 "src-path" : "/vendor/lib", 532 "sandbox-path" : "/vendor/lib", 533 "sandbox-flags" : [ "bind", "rec" ], 534 "check-action-status": "false" 535 }, { 536 "src-path" : "/data/app/el1/bundle/public/com.ohos.nweb", 537 "sandbox-path" : "/data/app/el1/bundle/public/com.ohos.nweb", 538 "sandbox-flags" : [ "bind", "rec" ], 539 "check-action-status": "false" 540 }, { 541 "src-path" : "/system/app/NWeb", 542 "sandbox-path" : "/system/app/NWeb", 543 "sandbox-flags" : [ "bind", "rec" ], 544 "check-action-status": "false" 545 } 546 ], 547 "symbol-links" : [{ 548 "target-name" : "/system/etc", 549 "link-name" : "/etc", 550 "check-action-status": "false" 551 }, { 552 "target-name" : "/system/bin", 553 "link-name" : "/bin", 554 "check-action-status": "false" 555 }, { 556 "target-name" : "/system/lib", 557 "link-name" : "/lib", 558 "check-action-status": "false" 559 } 560 ], 561 "flags-point" : [{ 562 "flags": "DLP_MANAGER", 563 "sandbox-root" : "/mnt/sandbox/com.ohos.render/<PackageName>", 564 "mount-paths" : [], 565 "symbol-links" : [{}] 566 }] 567 }] 568 }], 569 "permission":[{ 570 "ohos.permission.FILE_ACCESS_MANAGER":[{ 571 "sandbox-switch": "ON", 572 "gids": [1006, 1008], 573 "mount-paths": [{ 574 "src-path": "/data/service/el1/public/storage_daemon/share/public", 575 "sandbox-path": "/storage/Share", 576 "sandbox-flags": [ "bind", "rec" ] 577 }, 578 { 579 "src-path": "/mnt/data/external", 580 "sandbox-path": "/storage/External", 581 "sandbox-flags": [ "bind", "rec" ] 582 }, 583 { 584 "src-path" : "/mnt/hmdfs/<currentUserId>/cloud/data/<PackageName>", 585 "sandbox-path" : "/data/storage/el2/cloud", 586 "sandbox-flags" : [ "bind", "rec" ], 587 "check-action-status": "false" 588 589 }, 590 { 591 "src-path": "/storage/media/<currentUserId>/local/files/Docs", 592 "sandbox-path": "/storage/Users/<currentUserId>", 593 "sandbox-flags": [ "bind", "rec" ] 594 }, 595 { 596 "src-path": "/storage/media/<currentUserId>/local/files/.Recent", 597 "sandbox-path": "/storage/Users/<currentUserId>/.Recent", 598 "sandbox-flags": [ "bind", "rec" ] 599 } 600 ] 601 }], 602 "ohos.permission.READ_IMAGEVIDEO":[{ 603 "sandbox-switch": "ON", 604 "gids": [1008], 605 "mount-paths": [{ 606 "src-path": "/storage/cloud/<currentUserId>/files/.thumbs/Photo", 607 "sandbox-path": "/storage/Share/.thumbs/Photo", 608 "sandbox-flags": [ "bind", "rec" ] 609 } 610 ] 611 }], 612 "ohos.permission.FILE_CROSS_APP":[{ 613 "sandbox-switch": "ON", 614 "gids": [1006], 615 "mount-paths": [{ 616 "src-path": "/storage/media/<currentUserId>/local/files/Docs", 617 "sandbox-path": "/storage/Users/<currentUserId>", 618 "sandbox-flags": [ "bind", "rec" ] 619 }, 620 { 621 "src-path": "/data/app/el1/<currentUserId>/base", 622 "sandbox-path": "/storage/Users/<currentUserId>/appdata/el1", 623 "sandbox-flags-customized": [ "MS_NODEV", "MS_RDONLY" ], 624 "dac-override-sensitive": "true", 625 "fs-type": "sharefs", 626 "options": "support_overwrite=1" 627 }, 628 629 { 630 "src-path": "/data/app/el2/<currentUserId>/base", 631 "sandbox-path": "/storage/Users/<currentUserId>/appdata/el2", 632 "sandbox-flags-customized": [ "MS_NODEV", "MS_RDONLY" ], 633 "dac-override-sensitive": "true", 634 "fs-type": "sharefs", 635 "options": "support_overwrite=1" 636 }, 637 { 638 "src-path": "/data/service/el1/public/storage_daemon/share/public", 639 "sandbox-path": "/storage/Share", 640 "sandbox-flags": [ "bind", "rec" ] 641 }, 642 { 643 "src-path": "/mnt/data/external", 644 "sandbox-path": "/storage/External", 645 "sandbox-flags": [ "bind", "rec" ] 646 } 647 ] 648 }], 649 "ohos.permission.ACTIVATE_THEME_PACKAGE":[{ 650 "sandbox-switch": "ON", 651 "mount-paths": [{ 652 "src-path": "/data/service/el1/public/themes/<currentUserId>/a/system", 653 "sandbox-path": "/data/themes/a/system", 654 "sandbox-flags": [ "bind", "rec" ] 655 }, 656 { 657 "src-path": "/data/service/el1/public/themes/<currentUserId>/b/system", 658 "sandbox-path": "/data/themes/b/system", 659 "sandbox-flags": [ "bind", "rec" ] 660 } 661 ] 662 }], 663 "ohos.permission.GET_WALLPAPER":[{ 664 "sandbox-switch": "ON", 665 "mount-paths": [{ 666 "src-path": "/data/service/el1/public/wallpaper/<currentUserId>", 667 "sandbox-path": "/data/wallpaper", 668 "sandbox-flags": [ "bind", "rec" ] 669 } 670 ] 671 }], 672 "ohos.permission.ACCESS_BUNDLE_DIR":[{ 673 "sandbox-switch": "ON", 674 "gids": [1010], 675 "mount-paths": [{ 676 "src-path": "/data/app/el1/bundle/public", 677 "sandbox-path": "/data/bundles/", 678 "sandbox-flags": [ "bind", "rec" ] 679 } 680 ] 681 }] 682 }] 683} 684