Revert "modem_svc: move shared_modem_platform related sepolicy t..."

Revert submission 30519089-move_modem_sepolicy

Reason for revert: DroidMonitor: Potential culprit for http://b/380274930 - verifying through ABTD before revert submission. This is part of the standard investigation process, and does not mean your CL will be reverted.

Reverted changes: /q/submissionid:30519089-move_modem_sepolicy

Change-Id: I90d720b8bf396f3785c00e9cfa67f55a62a020b2
This commit is contained in:
Liana Kazanova (xWF) 2024-11-21 17:53:56 +00:00 committed by Android (Google) Code Review
parent 1b9fcdf1af
commit 2c027c6288
3 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,5 @@
# sepolicy that are shared among devices using whitechapel # sepolicy that are shared among devices using whitechapel
BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs201-sepolicy/whitechapel_pro BOARD_SEPOLICY_DIRS += device/google/gs201-sepolicy/whitechapel_pro
# unresolved SELinux error log with bug tracking # unresolved SELinux error log with bug tracking
BOARD_SEPOLICY_DIRS += device/google/gs201-sepolicy/tracking_denials BOARD_SEPOLICY_DIRS += device/google/gs201-sepolicy/tracking_denials

View file

@ -5,6 +5,7 @@
/vendor/bin/vcd u:object_r:vcd_exec:s0 /vendor/bin/vcd u:object_r:vcd_exec:s0
/vendor/bin/chre u:object_r:chre_exec:s0 /vendor/bin/chre u:object_r:chre_exec:s0
/vendor/bin/cbd u:object_r:cbd_exec:s0 /vendor/bin/cbd u:object_r:cbd_exec:s0
/vendor/bin/shared_modem_platform u:object_r:modem_svc_sit_exec:s0
/vendor/bin/rfsd u:object_r:rfsd_exec:s0 /vendor/bin/rfsd u:object_r:rfsd_exec:s0
/vendor/bin/bipchmgr u:object_r:bipchmgr_exec:s0 /vendor/bin/bipchmgr u:object_r:bipchmgr_exec:s0
/vendor/bin/storageproxyd u:object_r:tee_exec:s0 /vendor/bin/storageproxyd u:object_r:tee_exec:s0

View file

@ -38,6 +38,9 @@ get_prop(modem_svc_sit, hwservicemanager_prop)
# logging property # logging property
get_prop(modem_svc_sit, vendor_logger_prop) get_prop(modem_svc_sit, vendor_logger_prop)
# Modem SVC will register the default instance of the AIDL ISharedModemPlatform hal.
hal_server_domain(modem_svc_sit, hal_shared_modem_platform)
userdebug_or_eng(` userdebug_or_eng(`
allow modem_svc_sit radio_test_device:chr_file rw_file_perms; allow modem_svc_sit radio_test_device:chr_file rw_file_perms;
') ')