- :* will associate the context with the individual services, which might start in their own processes. Bug: 280340307 Test: m Change-Id: I0cc183ae07f18a2fc8e3c2caf960654296eeab53
10 lines
808 B
Plaintext
10 lines
808 B
Plaintext
# Pixel PeristentBackgroundCameraServices
|
|
user=system seinfo=platform name=com.google.pixel.camera.services domain=vendor_pbcs_app type=system_app_data_file levelFrom=all
|
|
# The :* will allow all services, which run in their own processes, to use the same vendor_pbcs_app domain.
|
|
user=system seinfo=platform name=com.google.pixel.camera.services:* domain=vendor_pbcs_app type=system_app_data_file levelFrom=all
|
|
|
|
# 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
|