From 791aeae701cfdbd41c9b343b4ecea6a5021a7c3c Mon Sep 17 00:00:00 2001 From: Adam Shih Date: Tue, 5 Oct 2021 11:18:29 +0800 Subject: [PATCH] review ramdump_app Bug: 196916111 Test: boot to home Change-Id: I756f9022a7c20392dd8d07d2be7c972395176629 --- legacy/seapp_contexts | 3 --- {legacy => whitechapel_pro}/ramdump_app.te | 0 whitechapel_pro/seapp_contexts | 3 +++ 3 files changed, 3 insertions(+), 3 deletions(-) rename {legacy => whitechapel_pro}/ramdump_app.te (100%) diff --git a/legacy/seapp_contexts b/legacy/seapp_contexts index 580f308f..390f1601 100644 --- a/legacy/seapp_contexts +++ b/legacy/seapp_contexts @@ -1,5 +1,2 @@ -# coredump/ramdump -user=_app seinfo=platform name=com.android.ramdump domain=ramdump_app type=app_data_file levelFrom=all - # Hardware Info Collection user=_app isPrivApp=true name=com.google.android.hardwareinfo domain=hardware_info_app type=app_data_file levelFrom=user diff --git a/legacy/ramdump_app.te b/whitechapel_pro/ramdump_app.te similarity index 100% rename from legacy/ramdump_app.te rename to whitechapel_pro/ramdump_app.te diff --git a/whitechapel_pro/seapp_contexts b/whitechapel_pro/seapp_contexts index 68701fe1..8ef7f82f 100644 --- a/whitechapel_pro/seapp_contexts +++ b/whitechapel_pro/seapp_contexts @@ -5,6 +5,9 @@ user=_app isPrivApp=true name=com.shannon.qualifiednetworksservice domain=vendor user=_app isPrivApp=true name=com.shannon.rcsservice domain=vendor_rcs_app levelFrom=all user=_app isPrivApp=true name=com.shannon.rcsservice:shannonrcsservice domain=vendor_rcs_service_app levelFrom=all +# coredump/ramdump +user=_app seinfo=platform name=com.android.ramdump domain=ramdump_app type=app_data_file levelFrom=all + # Domain for OFLBasicAgentApp to support NFC/eSIM fw upgrade user=_app isPrivApp=true seinfo=platform name=com.thales.device.ofl.app.basicagent domain=ofl_app type=app_data_file levelFrom=user