mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-08-20 16:47:34 +00:00
cil: Allow redeclare types[attributes] and disable neverallow
This commit is contained in:
@@ -220,6 +220,8 @@ static int compile_cil() {
|
||||
|
||||
cil_db_init(&db);
|
||||
cil_set_mls(db, 1);
|
||||
cil_set_multiple_decls(db, 1);
|
||||
cil_set_disable_neverallow(db, 1);
|
||||
cil_set_target_platform(db, SEPOL_TARGET_SELINUX);
|
||||
cil_set_policy_version(db, POLICYDB_VERSION_XPERMS_IOCTL);
|
||||
cil_set_attrs_expand_generated(db, 0);
|
||||
|
2
core/jni/external/selinux
vendored
2
core/jni/external/selinux
vendored
Submodule core/jni/external/selinux updated: 2fefdfc40f...8e849a5639
Reference in New Issue
Block a user