• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# ==============================================
2# MTK Policy Rule
3# ==============================================
4
5# Date : WK16.46
6# Purpose : allow shell to switch aee mode
7allow shell crash_dump:unix_stream_socket connectto;
8
9# Date : WK17.35
10# Purpose : allow shell to dump the debugging information of camera hal.
11#allow shell hal_camera_hwservice:hwservice_manager { find };
12binder_call(shell, mtk_hal_camera)
13
14# Date : WK17.36
15# Purpose : allow shell to dump the debugging information of power hal.
16hal_client_domain(shell, hal_power)
17allow shell aee_exp_vendor_file:dir r_dir_perms;
18allow shell aee_exp_vendor_file:file r_file_perms;
19allow shell aee_exp_data_file:dir r_dir_perms;
20allow shell aee_exp_data_file:file r_file_perms;
21