fix pid namespace

Signed-off-by: c30043414 <caobaolong5@huawei.com>
This commit is contained in:
c30043414 2024-01-12 16:21:53 +08:00
parent b174e909e8
commit 4807dd73fa

View File

@ -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)