To address following denial with kernel-4.14 avc: denied { map } for pid=651 comm="Binder:651_1" path="/vendor/etc/selinux/vendor_file_contexts" dev="dm-1" ino=44 scontext=u:r:installd:s0 tcontext=u:object_r:vendor_configs_file:s0 tclass=file permissive=1 MTK-Commit-Id: 8af14b2b4ff87f37add600ed19a76b1a8cf9dd32 Change-Id: Ia40e6e70d57db6a2a875c3f7d7c69c0c298a36cb CR-Id: ALPS04160752 Feature: [Android Default] SELinux, SEAndroid, and SE-MTK
8 lines
179 B
Plaintext
8 lines
179 B
Plaintext
# ==================================
|
|
# MTK Policy Rule
|
|
# ==================================
|
|
|
|
# Kernel-4.14 migration, fix boot fail.
|
|
allow installd vendor_configs_file:file map;
|
|
|