RamdumpService: Update the SELinux policy for Flood Control to use Firebase Cloud Firestore.

Bug: 369260803
Design: go/fc-app-server
Flag: NONE N/A
Change-Id: Iebc91446aad59e2ed4e995fc5fc8fd3a45e0dc6f
This commit is contained in:
Enzo Liao 2024-10-30 17:03:14 +08:00
parent 16cae5b0bc
commit 8ad4c5c9b9

View file

@ -1,8 +1,12 @@
# SEpolicy for com.android.ramdump
type ramdump_app, domain;
userdebug_or_eng(`
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 ramdump_vendor_data_file:file create_file_perms;