Merge "init: expand generated attributes on sepolicy compile" into oc-dev am: 57d4c59559
am: be2bfc55f7
Change-Id: I85b3cc759756f3df399c913eb98887cc7c6abccf
This commit is contained in:
commit
52ae5ce19e
1 changed files with 1 additions and 1 deletions
|
@ -816,7 +816,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(),
|
||||
|
|
Loading…
Reference in a new issue