mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_stone
synced 2026-01-27 17:18:49 +00:00
stone: sepolicy: Import missing adress for Leica Camera
Signed-off-by: Arijit78 <sahaarijit2007@gmail.com>
This commit is contained in:
committed by
kamikaonashi
parent
8fc8b47092
commit
a700e32f0c
2
sepolicy/vendor/hal_camera_default.te
vendored
2
sepolicy/vendor/hal_camera_default.te
vendored
@@ -15,6 +15,8 @@ add_hwservice(hal_camera_server, vendor_hal_camerapostproc_xiaomi_hwservice)
|
||||
|
||||
allow hal_camera_client vendor_hal_cameraperf_hwservice:hwservice_manager find;
|
||||
allow hal_camera_client vendor_hal_camerapostproc_xiaomi_hwservice:hwservice_manager find;
|
||||
add_hwservice(hal_camera_default, hal_xiaomi_camera_hwservice)
|
||||
|
||||
|
||||
allow hal_camera_default platform_app:binder { call transfer };
|
||||
allow hal_camera_default priv_app:binder { call transfer };
|
||||
|
||||
2
sepolicy/vendor/hwservice_contexts
vendored
2
sepolicy/vendor/hwservice_contexts
vendored
@@ -1,6 +1,6 @@
|
||||
# Camera
|
||||
vendor.xiaomi.hardware.cameraperf::IMiCameraPerfService u:object_r:vendor_hal_cameraperf_hwservice:s0
|
||||
vendor.xiaomi.hardware.campostproc::IMiPostProcService u:object_r:vendor_hal_camerapostproc_xiaomi_hwservice:s0
|
||||
vendor.xiaomi.hardware.campostproc::IMiPostProcService u:object_r:hal_xiaomi_camera_hwservice:s0
|
||||
|
||||
# Fingerprint
|
||||
com.fingerprints.extension::IFingerprintSensorTest u:object_r:hal_fingerprint_hwservice:s0
|
||||
|
||||
Reference in New Issue
Block a user