[ALPS03806577] catch manual coredump fail
add some rules for aee_aedv/aee_aed to read /proc/*/exe MTK-Commit-Id: a1ee357e85a32beded54046bb1b638eb8fe4b3c9 Change-Id: Ideeb8002a9d1b9b166709442195124cce8e4e427 CR-Id: ALPS03806577 Feature: Android Exception Engine(AEE)
This commit is contained in:
parent
61b25561f6
commit
a250fc423c
@ -415,3 +415,6 @@ allow aee_aedv proc_isp_p2:file r_file_perms;
|
|||||||
|
|
||||||
allow aee_aedv connsyslog_data_vendor_file:file r_file_perms;
|
allow aee_aedv connsyslog_data_vendor_file:file r_file_perms;
|
||||||
allow aee_aedv connsyslog_data_vendor_file:dir r_dir_perms;
|
allow aee_aedv connsyslog_data_vendor_file:dir r_dir_perms;
|
||||||
|
|
||||||
|
# Purpose: Allow aee_aedv to read the /proc/*/exe of vendor process
|
||||||
|
allow aee_aedv vendor_file_type:file r_file_perms;
|
||||||
|
@ -141,3 +141,6 @@ allow aee_aed system_server:binder call;
|
|||||||
|
|
||||||
# Purpose: allow aee_aed to read packages.list
|
# Purpose: allow aee_aed to read packages.list
|
||||||
allow aee_aed packages_list_file:file r_file_perms;
|
allow aee_aed packages_list_file:file r_file_perms;
|
||||||
|
|
||||||
|
# Purpose: Allow aee_aed to read /proc/*/exe
|
||||||
|
allow aee_aed system_file_type:file r_file_perms;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user