Loading init/init.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -850,7 +850,7 @@ static bool selinux_load_split_policy() { const char* compile_args[] = { "/system/bin/secilc", plat_policy_cil_file, "-M", "true", "-G", "-M", "true", "-G", "-N", // Target the highest policy language version supported by the kernel "-c", std::to_string(max_policy_version).c_str(), mapping_file.c_str(), Loading Loading
init/init.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -850,7 +850,7 @@ static bool selinux_load_split_policy() { const char* compile_args[] = { "/system/bin/secilc", plat_policy_cil_file, "-M", "true", "-G", "-M", "true", "-G", "-N", // Target the highest policy language version supported by the kernel "-c", std::to_string(max_policy_version).c_str(), mapping_file.c_str(), Loading