shell.te: remove mtkcam_prop Remove the following due to the violation: typeattribute shell system_writes_vendor_properties_violators; set_prop(shell, mtkcam_prop) MTK-Commit-Id: 59d4ee65c6ca6e46a6caa246fd2f68d220b3e4e3 Change-Id: Ia434883e82f0a0432c42b00da2c8b695be6988b9 CR-Id: ALPS03972288 Feature: [Android Default] Camera Application Basic Functions
22 lines
703 B
Plaintext
22 lines
703 B
Plaintext
# ==============================================
|
|
# MTK Policy Rule
|
|
# ============
|
|
|
|
# Date : WK16.46
|
|
# Purpose : allow shell to switch aee mode
|
|
allow shell aee_aed:unix_stream_socket connectto;
|
|
|
|
# Date : WK17.35
|
|
# Purpose : allow shell to dump the debugging information of camera hal.
|
|
allow shell hal_camera_hwservice:hwservice_manager { find };
|
|
binder_call(shell, mtk_hal_camera)
|
|
|
|
# Date : WK17.36
|
|
# Purpose : allow shell to dump the debugging information of power hal.
|
|
hal_client_domain(shell, hal_power)
|
|
allow shell aee_exp_vendor_file:dir r_dir_perms;
|
|
allow shell aee_exp_vendor_file:file r_file_perms;
|
|
allow shell aee_exp_data_file:dir r_dir_perms;
|
|
allow shell aee_exp_data_file:file r_file_perms;
|
|
|