add share dir to dlp application

Signed-off-by: zhangkaixiang <zhangkaixiang5@huawei.com>
This commit is contained in:
zkx48 2023-06-18 10:48:20 +08:00
parent d45c4011fe
commit e3f19ec0b5

View File

@ -206,6 +206,11 @@
"sandbox-path" : "/data/storage/el1/base",
"sandbox-flags" : [ "bind", "rec" ],
"check-action-status": "false"
}, {
"src-path" : "/mnt/share/<currentUserId>/<PackageName_index>",
"sandbox-path" : "/data/storage/el2/share",
"sandbox-flags" : [ "bind", "rec" ],
"check-action-status": "false"
}
]}, {
"flags": "START_FLAGS_BACKUP",