modem_svc: use shared_modem_platform to replace all modem_svc_sit
Bug: 368257019 Flag: NONE local testing only Change-Id: Icc258ce297b5e7ea51fa60aa2ffb09ce99b7ef18
This commit is contained in:
parent
ce5420fdf4
commit
f906b69f95
2 changed files with 5 additions and 1 deletions
|
@ -5,7 +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/modem_svc_sit u:object_r:modem_svc_sit_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
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
# Selinux rule for modem_svc_sit daemon
|
||||||
type modem_svc_sit, domain;
|
type modem_svc_sit, domain;
|
||||||
type modem_svc_sit_exec, vendor_file_type, exec_type, file_type;
|
type modem_svc_sit_exec, vendor_file_type, exec_type, file_type;
|
||||||
init_daemon_domain(modem_svc_sit)
|
init_daemon_domain(modem_svc_sit)
|
||||||
|
@ -37,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;
|
||||||
')
|
')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue