diff --git a/auth/auth_base_impl.c b/auth/auth_base_impl.c index 9be75c02d1405696ae10c9f47a189b47bce7cb3a..552b4737e3aac0a8c735b4896c4b9dc7479ef772 100644 --- a/auth/auth_base_impl.c +++ b/auth/auth_base_impl.c @@ -348,7 +348,8 @@ int check_tee_teleport_auth(void) { int ret = check_proc_uid_path(TEE_TELEPORT_PATH_UID_AUTH_CTX); if (ret != CHECK_ACCESS_SUCC) { - tloge("check teleport path failed, ret %d\n", ret); + if (ret != ENTER_BYPASS_CHANNEL) + tloge("check teleport path failed, ret %d\n", ret); return ret; } #if defined(CONFIG_SELINUX_AUTH_ENABLE) && defined(CONFIG_SECURITY_SELINUX)