mirror of
https://gitee.com/openharmony/startup_appspawn
synced 2024-11-23 15:10:44 +00:00
沙箱映射增加分布式文档挂载点
This commit is contained in:
parent
9fbd828b1c
commit
4f847a639f
@ -691,6 +691,11 @@
|
||||
"src-path": "/storage/media/<currentUserId>/local/files/.Recent",
|
||||
"sandbox-path": "/storage/Users/<currentUserId>/.Recent",
|
||||
"sandbox-flags": [ "bind", "rec" ]
|
||||
},
|
||||
{
|
||||
"src-path": "/mnt/data/<currentUserId>/hmdfs",
|
||||
"sandbox-path": "/storage/hmdfs",
|
||||
"sandbox-flags": [ "bind", "rec" ]
|
||||
}
|
||||
]
|
||||
}],
|
||||
|
Loading…
Reference in New Issue
Block a user