Merge "SSRestarDetector: modify the SELinux policy to allow access files owned by system for Zuma." into udc-dev

This commit is contained in:
Enzo Liao 2023-03-14 04:04:41 +00:00 committed by Android (Google) Code Review
commit 6eb86755a6

View file

@ -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;