2020-01-18 09:29:32 +08:00
|
|
|
# ==============================================
|
|
|
|
# MTK Policy Rule
|
|
|
|
# ============
|
|
|
|
|
|
|
|
#permissive adbd;
|
|
|
|
|
|
|
|
# Data : WK17.46
|
|
|
|
# Operator: Migration
|
|
|
|
# Purpose: Allow adbd to read KE DB
|
|
|
|
allow adbd aee_dumpsys_data_file:file r_file_perms;
|
2020-01-18 09:50:43 +08:00
|
|
|
allow adbd aee_exp_data_file:dir r_dir_perms;
|
|
|
|
allow adbd aee_exp_data_file:file r_file_perms;
|
2020-01-18 10:05:14 +08:00
|
|
|
allow adbd gpu_device:dir search;
|