diff --git a/modules/common/appspawn_common.c b/modules/common/appspawn_common.c index f1b3511f0dec875aa3d57ec26a446146e23e1bd6..84132bd00a0aea582e95e5f418e6a528a2be9420 100644 --- a/modules/common/appspawn_common.c +++ b/modules/common/appspawn_common.c @@ -155,6 +155,8 @@ APPSPAWN_STATIC int SetCapabilities(const AppSpawnMgr *content, const AppSpawnin struct __user_cap_header_struct capHeader; bool isRet = memset_s(&capHeader, sizeof(capHeader), 0, sizeof(capHeader)) != EOK; APPSPAWN_CHECK(!isRet, return -EINVAL, "Failed to memset cap header"); + APPSPAWN_LOGI("cnnn, aaaa"); + APPSPAWN_LOGI("shr,shr"); capHeader.version = _LINUX_CAPABILITY_VERSION_3; capHeader.pid = 0;