mirror of
https://gitee.com/openharmony/startup_appspawn
synced 2025-03-02 17:36:30 +00:00
最近访问最近删除目录挂载点修改
Signed-off-by: yangjingbo10 <yangjingbo10@huawei.com> Change-Id: Id9d9c2c54a38be3ef19bbf31baba0818590b14d2
This commit is contained in:
parent
3f61ff8a30
commit
f0170222cd
@ -548,13 +548,13 @@
|
||||
"sandbox-flags": ["bind", "rec" ]
|
||||
},
|
||||
{
|
||||
"src-path": "/storage/media/<currentUserId>/local/files/Recent",
|
||||
"sandbox-path": "/storage/Users/Recent",
|
||||
"src-path": "/storage/media/<currentUserId>/local/files/.Recent",
|
||||
"sandbox-path": "/storage/.Recent/Users/<currentUserId>",
|
||||
"sandbox-flags": [ "bind", "rec" ]
|
||||
},
|
||||
{
|
||||
"src-path": "/storage/media/<currentUserId>/local/files/Trash",
|
||||
"sandbox-path": "/storage/Users/Trash",
|
||||
"src-path": "/storage/media/<currentUserId>/local/files/.Trash",
|
||||
"sandbox-path": "/storage/.Trash/Users/<currentUserId>",
|
||||
"sandbox-flags": [ "bind", "rec" ]
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user