Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 64706381 authored by Luofan Chen's avatar Luofan Chen Committed by jaimin kalariya
Browse files

common: Add sepolicy rules for Lineage Health HAL and service

Change-Id: I436aa3e23c765d09c6cb220524fb821c66b40065
parent 9aafebc0
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
# HwBinder IPC from client to server
binder_call(hal_lineage_health_client, hal_lineage_health_server)

add_service(hal_lineage_health_server, hal_lineage_health_service)
allow hal_lineage_health_client hal_lineage_health_service:service_manager find;
+1 −0
Original line number Diff line number Diff line
type hal_lineage_health_service, vendor_service, hal_service_type, service_manager_type;
+1 −0
Original line number Diff line number Diff line
vendor.lineage.health.IChargingControl/default        u:object_r:hal_lineage_health_service:s0
+1 −0
Original line number Diff line number Diff line
type adbroot_service,                   service_manager_type;
type lineage_hardware_service, system_api_service, system_server_service, service_manager_type;
type lineage_health_interface_service, system_api_service, system_server_service, service_manager_type;
type lineage_globalactions_service, system_api_service, system_server_service, service_manager_type;
type lineage_livedisplay_service, system_api_service, system_server_service, service_manager_type;
type lineage_profile_service, system_api_service, system_server_service, service_manager_type;
+1 −0
Original line number Diff line number Diff line
lineageglobalactions                      u:object_r:lineage_globalactions_service:s0
lineagehardware                           u:object_r:lineage_hardware_service:s0
lineagehealth                             u:object_r:lineage_health_interface_service:s0
lineagelivedisplay                        u:object_r:lineage_livedisplay_service:s0
lineagetrust                              u:object_r:lineage_trust_service:s0
profile                                   u:object_r:lineage_profile_service:s0
Loading