mirror of
https://gitee.com/openharmony/startup_appspawn
synced 2024-11-23 07:00:17 +00:00
fix pid namespace
Signed-off-by: c30043414 <caobaolong5@huawei.com>
This commit is contained in:
parent
b174e909e8
commit
4807dd73fa
@ -117,7 +117,7 @@ def _merge_scope_app(origin, new):
|
||||
"symbol-links": ["target-name"]
|
||||
}
|
||||
# normal filed
|
||||
for k in ["sandbox-root", "sandbox-switch", "gids"]:
|
||||
for k in ["sandbox-root", "sandbox-switch", "gids", "sandbox-ns-flags"]:
|
||||
if new[0].get(k) is not None:
|
||||
origin[0][k] = new[0].get(k)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user