Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fb62e61e authored by Jeff Vander Stoep's avatar Jeff Vander Stoep Committed by android-build-merger
Browse files

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

am: c53ae9ed

Change-Id: I4d59716ee79fdc4514d84c771fa6b45693691f50
parents 69c76c0c c53ae9ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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(),