diff --git a/init/init.cpp b/init/init.cpp index 0063017ce..d07c308a5 100644 --- a/init/init.cpp +++ b/init/init.cpp @@ -812,7 +812,7 @@ static bool selinux_load_split_policy() { const char* compile_args[] = { "/system/bin/secilc", plat_policy_cil_file, - "-M", "true", + "-M", "true", "-G", // Target the highest policy language version supported by the kernel "-c", std::to_string(max_policy_version).c_str(), mapping_file.c_str(),