Associate vendor_pcs_app with PCS services

- :* will associate the context with the individual
  services, which might start in their own processes.

Bug: 280340307
Test: m
Change-Id: I0cc183ae07f18a2fc8e3c2caf960654296eeab53
This commit is contained in:
malikakash 2023-08-07 18:40:09 +00:00
parent 06c6ca63b5
commit 236507606d

View File

@ -5,3 +5,5 @@ user=system seinfo=platform name=com.google.pixel.camera.services:* domain=vendo
# Pixel Camera Services
user=_app seinfo=CameraServices name=com.google.android.apps.camera.services domain=vendor_pcs_app type=app_data_file levelFrom=all
# The :* will allow all services, which run in their own processes, to use the same vendor_pcs_app domain.
user=_app seinfo=CameraServices name=com.google.android.apps.camera.services:* domain=vendor_pcs_app type=app_data_file levelFrom=all