When CTS ot shell use screencap to cat screenshot, it need to the permission of search gpu_device. Therefore, we have to add the authorization for it. MTK-Commit-Id: 80a07b670c5fc61644fe0118952b1500276106a6 Change-Id: I1a91e9bd6184e9b56587f37af55ca63b7b530315 CR-Id: ALPS04016022 Feature: [Module]SurfaceFlinger/HWComposer (cherry picked from commit cd8ec2d3be76a8d41d7a508c5b460ea99465e14e)
14 lines
357 B
Plaintext
14 lines
357 B
Plaintext
# ==============================================
|
|
# 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;
|
|
allow adbd aee_exp_data_file:dir r_dir_perms;
|
|
allow adbd aee_exp_data_file:file r_file_perms;
|
|
allow adbd gpu_device:dir search;
|