mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-23 18:15:30 +00:00
cil: Allow redeclare types[attributes] and disable neverallow
This commit is contained in:
parent
1472dbb291
commit
b92b1dcddb
@ -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
@ -1 +1 @@
|
||||
Subproject commit 2fefdfc40fe5e675253fcaf03558ca3dca0a0550
|
||||
Subproject commit 8e849a5639cf217e9c3c4ac081d8c14a12a3ae03
|
Loading…
Reference in New Issue
Block a user