Add vendor_pcs_app domain for PixelCameraServices
Bug: 287069860 Test: lunch <device-type>-userdebug && m Change-Id: Ib5ee8dd71193b41190e7092e393ab912a4a7676a
This commit is contained in:
parent
32535854cc
commit
6c397defc4
2 changed files with 8 additions and 0 deletions
|
@ -1,2 +1,5 @@
|
|||
# Pixel PeristentBackgroundCameraServices
|
||||
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
|
||||
|
|
5
camera/sepolicy/vendor_pcs_app.te
Normal file
5
camera/sepolicy/vendor_pcs_app.te
Normal file
|
@ -0,0 +1,5 @@
|
|||
type vendor_pcs_app, domain, coredomain;
|
||||
|
||||
app_domain(vendor_pcs_app);
|
||||
|
||||
allow vendor_pcs_app app_api_service:service_manager find;
|
Loading…
Add table
Add a link
Reference in a new issue