[Detail] New sepolicy path declared and also support legacy android. MTK-Commit-Id: 8982268bbef8f852c153428f1a5f83849953c7c2 Change-Id: Ic10f297a312ff2e89e44a0aa323ffa11bc78ff6e CR-Id: ALPS04767749 Feature: [Android Default] SELinux, SEAndroid, and SE-MTK
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;
|