kernel: fix panic in #79 (#80)

This commit is contained in:
Ylarod
2023-01-17 21:51:19 +08:00
committed by GitHub
parent 965412377d
commit 3d5effb678

View File

@@ -64,7 +64,7 @@ void escape_to_root()
current->seccomp.filter = NULL; current->seccomp.filter = NULL;
// setgroup to root // setgroup to root
cred->group_info = &root_groups; cred->group_info = get_group_info(&root_groups);
setup_selinux(); setup_selinux();
} }