From 2220917375ae9a64cbf91a781cac00727355c6ec Mon Sep 17 00:00:00 2001 From: Adam Shih Date: Mon, 30 Aug 2021 10:32:45 +0800 Subject: [PATCH] review bipchmgr Bug: 198102284 Test: boot with bipchmgr started Change-Id: I29a35ac4c93749481fe08edd3c1f25bffd013224 --- legacy/domain.te | 1 - legacy/hwservice_contexts | 5 ----- {legacy => whitechapel_pro}/bipchmgr.te | 0 whitechapel_pro/hwservice_contexts | 5 +++-- 4 files changed, 3 insertions(+), 8 deletions(-) rename {legacy => whitechapel_pro}/bipchmgr.te (100%) diff --git a/legacy/domain.te b/legacy/domain.te index 392e75c4..96283269 100644 --- a/legacy/domain.te +++ b/legacy/domain.te @@ -14,7 +14,6 @@ dontaudit domain fs_type:filesystem *; dontaudit domain dev_type:file *; dontaudit domain dev_type:chr_file *; dontaudit domain dev_type:blk_file *; -dontaudit domain hwservice_manager_type:hwservice_manager *; dontaudit domain service_manager_type:service_manager *; dontaudit domain domain:capability *; dontaudit domain domain:binder *; diff --git a/legacy/hwservice_contexts b/legacy/hwservice_contexts index 9962c75d..d9777f05 100644 --- a/legacy/hwservice_contexts +++ b/legacy/hwservice_contexts @@ -2,11 +2,6 @@ vendor.samsung_slsi.hardware.radio::IOemSamsungslsi u:object_r vendor.samsung_slsi.hardware.ExynosHWCServiceTW::IExynosHWCServiceTW u:object_r:hal_vendor_surfaceflinger_hwservice:s0 vendor.samsung_slsi.hardware.configstore::IExynosHWCConfigs u:object_r:hal_configstore_ISurfaceFlingerConfigs:s0 -# rild HAL -vendor.samsung_slsi.telephony.hardware.radio::IOemSamsungslsi u:object_r:hal_exynos_rild_hwservice:s0 -android.vendor.samsung_slsi.telephony.hardware.radio::IOemSamsungslsi u:object_r:hal_exynos_rild_hwservice:s0 -vendor.samsung_slsi.telephony.hardware.radioExternal::IOemSlsiRadioExternal u:object_r:hal_exynos_rild_hwservice:s0 - # VIDEO android.hardware.media.c2::IComponentStore u:object_r:hal_codec2_hwservice:s0 android.hardware.media.c2::IConfigurable u:object_r:hal_codec2_hwservice:s0 diff --git a/legacy/bipchmgr.te b/whitechapel_pro/bipchmgr.te similarity index 100% rename from legacy/bipchmgr.te rename to whitechapel_pro/bipchmgr.te diff --git a/whitechapel_pro/hwservice_contexts b/whitechapel_pro/hwservice_contexts index 45a0ec09..f89299c1 100644 --- a/whitechapel_pro/hwservice_contexts +++ b/whitechapel_pro/hwservice_contexts @@ -1,4 +1,5 @@ # dmd HAL -vendor.samsung_slsi.telephony.hardware.oemservice::IOemService u:object_r:hal_vendor_oem_hwservice:s0 - +vendor.samsung_slsi.telephony.hardware.oemservice::IOemService u:object_r:hal_vendor_oem_hwservice:s0 +# rild HAL +vendor.samsung_slsi.telephony.hardware.radioExternal::IOemSlsiRadioExternal u:object_r:hal_exynos_rild_hwservice:s0