Merge "RamdumpService: Fix the SELinux errors from introducing Firebase Analytics." into main
This commit is contained in:
commit
763de77705
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,10 @@ userdebug_or_eng(`
|
|||
|
||||
allow ramdump_app app_api_service:service_manager find;
|
||||
|
||||
# For Firebase Analytics
|
||||
allow ramdump_app privapp_data_file:file x_file_perms;
|
||||
allow ramdump_app privapp_data_file:lnk_file r_file_perms;
|
||||
|
||||
allow ramdump_app ramdump_vendor_data_file:file create_file_perms;
|
||||
allow ramdump_app ramdump_vendor_data_file:dir create_dir_perms;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue