From 43e827c01a690f2e7e6502058e79088ad817a6b3 Mon Sep 17 00:00:00 2001 From: Nishok Kumar S Date: Mon, 16 May 2022 09:35:45 +0000 Subject: [PATCH] Add label for GCA fishfood app built with debug keys - label as debug_camera_app. Test: Build GCA-Next manually and install on device. Test with selinux on. Bug: 230773733 Change-Id: Ifc2fd29a74bf66444501327feac391ddf812c867 --- whitechapel_pro/seapp_contexts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/whitechapel_pro/seapp_contexts b/whitechapel_pro/seapp_contexts index 786ca84e..0fbe0333 100644 --- a/whitechapel_pro/seapp_contexts +++ b/whitechapel_pro/seapp_contexts @@ -63,6 +63,9 @@ user=_app seinfo=CameraEng name=com.google.android.GoogleCameraEng domain=debug_ # Also allow GoogleCameraNext, the fishfood version, the same access as GoogleCamera user=_app seinfo=CameraFishfood name=com.google.android.apps.googlecamera.fishfood domain=google_camera_app type=app_data_file levelFrom=all +# Also label GoogleCameraNext, built with debug keys as debug_camera_app. +user=_app seinfo=CameraEng name=com.google.android.apps.googlecamera.fishfood domain=debug_camera_app type=app_data_file levelFrom=all + # Domain for CatEngineService user=system seinfo=platform name=com.google.android.CatEngine domain=cat_engine_service_app type=system_app_data_file levelFrom=all