未验证 提交 54859a3e 编写于 作者: O openharmony_ci 提交者: Gitee

!707 解决param watcher crash

Merge pull request !707 from Mupceet/initcrash
......@@ -110,7 +110,7 @@ static int SelinuxGetAllLabel(int readOnly)
int ret = AddWorkSpace(WORKSPACE_NAME_DEF_SELINUX, readOnly, PARAM_WORKSPACE_MAX);
PARAM_CHECK(ret == 0, return -1,
"Failed to add selinux workspace %s %s", node->info.paraName, node->info.paraContext);
"Failed to add selinux workspace %s", WORKSPACE_NAME_DEF_SELINUX);
return 0;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册