mirror of
https://gitee.com/openharmony/startup_init
synced 2025-03-03 01:56:22 +00:00
commit
1e49fb16f5
@ -258,9 +258,6 @@ static int DacCheckParamPermission(const ParamSecurityLabel *srcLabel, const cha
|
||||
if (ret != DAC_RESULT_PERMISSION) {
|
||||
PARAM_LOGW("Param '%s' label gid:%d uid:%d mode 0%o", name, srcLabel->cred.gid, srcLabel->cred.uid, localMode);
|
||||
PARAM_LOGW("Cfg label %s gid:%d uid:%d mode 0%o ", node->data, node->gid, node->uid, node->mode);
|
||||
#ifndef STARTUP_INIT_TEST
|
||||
ret = DAC_RESULT_PERMISSION;
|
||||
#endif
|
||||
#ifndef __MUSL__ // for wgr, return permission
|
||||
ret = DAC_RESULT_PERMISSION;
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user