Move camera's coredomain sepolicy to product

Because they are installed to product partition and it's Treble
violation to assign them with vendor sepolicy

Bug: 296512192
Test: lunch panther and build
Change-Id: I2d2c2a8027eed2b3e2ee1a78d629d44b99867128
This commit is contained in:
Inseob Kim 2023-09-05 13:13:01 +09:00
parent 8762a73f1b
commit 85f9b1e5bc
17 changed files with 30 additions and 34 deletions

9
camera/sepolicy/vendor/service.te vendored Normal file
View file

@ -0,0 +1,9 @@
type vendor_camera_binder_service, hal_service_type, protected_service, service_manager_type;
type hal_pixel_remote_camera_service, hal_service_type, protected_service, service_manager_type;
type vendor_camera_lyricconfigprovider_service, hal_service_type, protected_service, service_manager_type;
type vendor_camera_isp_service, hal_service_type, protected_service, service_manager_type;
type vendor_camera_cameraidremapper_service, hal_service_type, protected_service, service_manager_type;