modem_svc: move shared_modem_platform related sepolicy to gs-common

Bug: 372400955

Change-Id: I92d9a64c339f2b99e1fdc531145a950c3428dd82
Flag: NONE local testing only
This commit is contained in:
Eileen Lai 2024-11-21 07:58:55 +00:00
parent 9faa3999ef
commit 7e11c79345
3 changed files with 1 additions and 5 deletions

View file

@ -10,7 +10,6 @@
/vendor/bin/cbd u:object_r:cbd_exec:s0
/vendor/bin/hw/rild_exynos u:object_r:rild_exec:s0
/vendor/bin/liboemservice_proxy_default u:object_r:liboemservice_proxy_default_exec:s0
/vendor/bin/shared_modem_platform u:object_r:modem_svc_sit_exec:s0
/vendor/bin/copy_efs_files_to_data u:object_r:copy_efs_files_to_data_exec:s0
# Config files

View file

@ -38,9 +38,6 @@ get_prop(modem_svc_sit, vendor_logger_prop)
allow modem_svc_sit hal_exynos_rild_hwservice:hwservice_manager find;
get_prop(modem_svc_sit, hwservicemanager_prop)
# Modem SVC will register the default instance of the AIDL ISharedModemPlatform hal.
hal_server_domain(modem_svc_sit, hal_shared_modem_platform)
# Write trace data to the Perfetto traced daemon. This requires connecting to
# its producer socket and obtaining a (per-process) tmpfs fd.
perfetto_producer(modem_svc_sit)

View file

@ -1,6 +1,6 @@
# sepolicy that are shared among devices using zumapro
BOARD_SEPOLICY_DIRS += device/google/zumapro-sepolicy/vendor
BOARD_SEPOLICY_DIRS += device/google/zumapro-sepolicy/radio
BOARD_VENDOR_SEPOLICY_DIRS += device/google/zumapro-sepolicy/radio
PRODUCT_PRIVATE_SEPOLICY_DIRS += device/google/zumapro-sepolicy/radio/private
# unresolved SELinux error log with bug tracking