mirror of
https://gitee.com/openharmony/startup_appspawn
synced 2024-11-23 15:10:44 +00:00
4f35b367da
Close #I5OE8Q Signed-off-by: zhushengle <zhushengle@huawei.com> Change-Id: I2897c0c9aacff3a06212d27956e3cb46ea03799e
20 lines
488 B
JSON
Executable File
20 lines
488 B
JSON
Executable File
{
|
|
"sandbox-namespace" : [{
|
|
"com.ohos.note" : [{
|
|
"clone-flags": [ "mnt", "pid" ]
|
|
}],
|
|
"com.ohos.screenlock" : [{
|
|
"clone-flags": [ "mnt", "pid" ]
|
|
}],
|
|
"ohos.samples.flashlight" : [{
|
|
"clone-flags": [ "mnt", "pid" ]
|
|
}],
|
|
"ohos.samples.ecg" : [{
|
|
"clone-flags": [ "mnt", "pid" ]
|
|
}],
|
|
"ohos.samples.clock" : [{
|
|
"clone-flags": [ "mnt", "pid" ]
|
|
}]
|
|
}]
|
|
}
|