SSRestarDetector: modify the SELinux policy to allow access files owned by system for Zuma.
It needs to access a file pushed by hosts of test suites (details: http://go/pd-client-for-lab#heading=h.wtp07hbqvwgx) Bug: 234359369 Design: http://go/pd-client-for-lab Test: Manual Change-Id: Ib82aec1b6eeacbf1b1595009f68827cb9b5c22ba
This commit is contained in:
parent
8c2f12f39d
commit
4df0d58596
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@ app_domain(ssr_detector_app)
|
|||
allow ssr_detector_app app_api_service:service_manager find;
|
||||
allow ssr_detector_app radio_service:service_manager find;
|
||||
|
||||
allow ssr_detector_app system_app_data_file:dir r_dir_perms;
|
||||
allow ssr_detector_app system_app_data_file:dir create_dir_perms;
|
||||
allow ssr_detector_app system_app_data_file:file create_file_perms;
|
||||
|
||||
allow ssr_detector_app sscoredump_vendor_data_crashinfo_file:dir r_dir_perms;
|
||||
allow ssr_detector_app sscoredump_vendor_data_crashinfo_file:file r_file_perms;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue