未验证 提交 3aa866cc 编写于 作者: O openharmony_ci 提交者: Gitee

!1016 回退samgr的启动时间

Merge pull request !1016 from qilongzhang/for_merge_0802
......@@ -21,8 +21,7 @@
"load_persist_params ",
"bootchart start",
"chown access_token access_token /dev/access_token_id",
"chmod 0666 /dev/access_token_id",
"start samgr"
"chmod 0666 /dev/access_token_id"
]
}, {
"name" : "init",
......
......@@ -460,6 +460,10 @@ static void DoInitMainUser(const struct CmdArgs *ctx)
INIT_LOGE("DoInitMainUser: para invalid");
return;
}
if (!InitFscryptPolicy()) {
INIT_LOGI("DoInitMainUser:init fscrypt failed,not enable fscrypt");
return;
}
char * const argv[] = {
"/system/bin/sdc",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册