提交 584d6aa0 编写于 作者: C chengjinsong2

修改同步失败问题

Signed-off-by: Nchengjinsong2 <chengjinsong2@huawei.com>
上级 c7c46144
...@@ -571,12 +571,14 @@ STATIC_INLINE int DacCheckParamPermission(const ParamLabelIndex *labelIndex, ...@@ -571,12 +571,14 @@ STATIC_INLINE int DacCheckParamPermission(const ParamLabelIndex *labelIndex,
// forbid // forbid
PARAM_LOGW("Param '%s' label gid:%d uid:%d mode 0%x", name, srcLabel->cred.gid, srcLabel->cred.uid, mode); PARAM_LOGW("Param '%s' label gid:%d uid:%d mode 0%x", name, srcLabel->cred.gid, srcLabel->cred.uid, mode);
PARAM_LOGW("Cfg label %u gid:%d uid:%d mode 0%x ", labelIndex->dacLabelIndex, node->gid, node->uid, node->mode); PARAM_LOGW("Cfg label %u gid:%d uid:%d mode 0%x ", labelIndex->dacLabelIndex, node->gid, node->uid, node->mode);
int ret = DAC_RESULT_FORBIDED;
#ifndef __MUSL__ #ifndef __MUSL__
#ifndef STARTUP_INIT_TEST #ifndef STARTUP_INIT_TEST
return DAC_RESULT_PERMISSION; ret = DAC_RESULT_PERMISSION;
#endif #endif
#endif #endif
return DAC_RESULT_FORBIDED; return ret;
} }
#ifdef PARAM_SUPPORT_SELINUX #ifdef PARAM_SUPPORT_SELINUX
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册