Merge "Sepolicy load: use -N flag to skip neverallow checks" into oc-dev am: c53ae9ed3e

am: fb62e61ec0

Change-Id: I29e27fe4ee809aaa14de77fd9529e91f175253c1
This commit is contained in:
Jeff Vander Stoep 2017-04-24 22:57:20 +00:00 committed by android-build-merger
commit a5bdc20cf6
1 changed files with 1 additions and 1 deletions

View File

@ -859,7 +859,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(),