diff options
| author | Semavi Ulusoy <doc.divxm@gmail.com> | 2022-05-12 01:47:48 +0300 |
|---|---|---|
| committer | Semavi Ulusoy <doc.divxm@gmail.com> | 2022-05-12 13:18:27 +0300 |
| commit | d71730691924f76af57049de66fcf7f31c3535f3 (patch) | |
| tree | eb4261d70cf6bbfb8c7260a4be191819c2db3a5a | |
| parent | 5164be81bcc675eb42662eafce64a8d43177fb83 (diff) | |
sepolicy: Optimized Charge: rebrand kscope -> lineage
** to ease maintainability of hardware interfaces repo
Change-Id: I3db254a29a57346cc25ae6613a1cab0d0ecc8f62
| -rw-r--r-- | common/dynamic/hwservice_contexts | 2 | ||||
| -rw-r--r-- | common/private/system_server.te | 2 | ||||
| -rw-r--r-- | common/vendor/file_contexts | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/common/dynamic/hwservice_contexts b/common/dynamic/hwservice_contexts index f7bc5a4..9bc7602 100644 --- a/common/dynamic/hwservice_contexts +++ b/common/dynamic/hwservice_contexts @@ -1 +1 @@ -vendor.kscope.chgctrl::IChargeControl u:object_r:hal_chargecontrol_hwservice:s0 +vendor.lineage.chgctrl::IChargeControl u:object_r:hal_chargecontrol_hwservice:s0 diff --git a/common/private/system_server.te b/common/private/system_server.te index 6a765e8..44810d7 100644 --- a/common/private/system_server.te +++ b/common/private/system_server.te @@ -9,4 +9,4 @@ add_service(system_server, dc_dimming_service); add_service(system_server, app_lock_service); # Optimized Charge Control -hal_client_domain(system_server, hal_chargecontrol) +hal_client_domain(system_server, hal_chargecontrol); diff --git a/common/vendor/file_contexts b/common/vendor/file_contexts index 0fdb919..78335f0 100644 --- a/common/vendor/file_contexts +++ b/common/vendor/file_contexts @@ -1,2 +1,2 @@ # Optimized charge HAL -/(vendor|system/vendor)/bin/hw/vendor\.kscope\.chgctrl@1\.0-service u:object_r:hal_chargecontrol_default_exec:s0 +/(vendor|system/vendor)/bin/hw/vendor\.lineage\.chgctrl@1\.0-service u:object_r:hal_chargecontrol_default_exec:s0 |
