[Detail] New sepolicy path declared and also support legacy android. MTK-Commit-Id: 8982268bbef8f852c153428f1a5f83849953c7c2 Change-Id: Ic10f297a312ff2e89e44a0aa323ffa11bc78ff6e CR-Id: ALPS04767749 Feature: [Android Default] SELinux, SEAndroid, and SE-MTK
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);
|
|
|