[Detail] System processes have no permission to access vendor_default_prop [Solution] Add get vendor_default_prop rule for system processes MTK-Commit-Id: ad4fb4d8ae4fb38767c16b82ce9d8351f5f59702 Change-Id: I31cf13db6b50a3cff193aa0a34bc1130e5b18942 CR-Id: ALPS03825066 Feature: [Android Default] SELinux, SEAndroid, and SE-MTK
20 lines
561 B
Plaintext
20 lines
561 B
Plaintext
# ==============================================
|
|
# MTK Policy Rule
|
|
# ============
|
|
|
|
# Date : WK14.40 2014/12/26
|
|
# Operation : CTS 5.0_r1
|
|
# Purpose : allow access to /data/data for full CTS
|
|
allow keystore app_data_file:file write;
|
|
|
|
# Date : WK17.30 2017/07/25
|
|
# Operation : keystore
|
|
# Purpose : Fix keystore boot selinux violation
|
|
#allow keystore debugfs_tracing:file write;
|
|
allow hal_keymaster_default debugfs_tracing:file write;
|
|
|
|
# Date : WK18.20
|
|
# Operation : Migration
|
|
# Purpose : no permission for vendor_default_prop
|
|
get_prop(keystore, vendor_default_prop)
|