[Detail] 1. add sepolicy for aeev 2. add sepolicy for dumpstate hal service [Solution] MTK-Commit-Id: c9a341625f9f299341a0ba5ec02db3ffb2cf7edc Change-Id: Ida4c75fc762293005b1f7942dd23efb9540d5e13 CR-Id: ALPS03948310 Feature: Android Exception Engine(AEE)
12 lines
462 B
Plaintext
12 lines
462 B
Plaintext
type hal_dumpstate_impl, domain;
|
|
hal_server_domain(hal_dumpstate_impl, hal_dumpstate)
|
|
|
|
type hal_dumpstate_impl_exec, exec_type, vendor_file_type, file_type;
|
|
init_daemon_domain(hal_dumpstate_impl)
|
|
|
|
allow hal_dumpstate_impl vendor_shell_exec:file rx_file_perms;
|
|
allow hal_dumpstate_impl vendor_toolbox_exec:file rx_file_perms;
|
|
|
|
allow hal_dumpstate_impl aee_exp_vendor_file:file create_file_perms;
|
|
allow hal_dumpstate_impl aee_exp_vendor_file:dir create_dir_perms;
|