Merge "RamdumpService: Update the SELinux policy for Flood Control to use Firebase Cloud Firestore." into main

This commit is contained in:
Enzo Liao 2024-11-05 03:38:08 +00:00 committed by Android (Google) Code Review
commit 31cb3f5521

View file

@ -1,8 +1,12 @@
# SEpolicy for com.android.ramdump
type ramdump_app, domain; type ramdump_app, domain;
userdebug_or_eng(` userdebug_or_eng(`
app_domain(ramdump_app) app_domain(ramdump_app)
# For using Firebase Cloud Firestore
net_domain(ramdump_app)
allow ramdump_app app_api_service:service_manager find; allow ramdump_app app_api_service:service_manager find;
allow ramdump_app ramdump_vendor_data_file:file create_file_perms; allow ramdump_app ramdump_vendor_data_file:file create_file_perms;