[Detail] 1. vendor/system property split 2. add selinux rule about aee hidl service MTK-Commit-Id: 4e654c789c95ca8851d8aaae2c643a08a00bb4e0 Change-Id: Ifc8eed74558a3ae83789798e99e21eafead2089b CR-Id: ALPS03948310 Feature: Android Exception Engine(AEE) (cherry picked from commit 8b81da18cfa29378d01ebf5be9b39e641a202c64)
18 lines
579 B
Plaintext
18 lines
579 B
Plaintext
# ==============================================
|
|
# Type Declaration
|
|
# ==============================================
|
|
type aee_hal,domain;
|
|
type aee_hal_exec, exec_type, file_type, vendor_file_type;
|
|
typeattribute aee_hal mlstrustedsubject;
|
|
# Purpose : for create hidl server
|
|
hal_server_domain(aee_hal, mtk_hal_log)
|
|
# ==============================================
|
|
# MTK Policy Rule
|
|
# ==============================================
|
|
init_daemon_domain(aee_hal)
|
|
|
|
set_prop(aee_hal, persist_mtk_aeev_prop);
|
|
set_prop(aee_hal, persist_aeev_prop);
|
|
set_prop(aee_hal, debug_mtk_aeev_prop);
|
|
|