diff --git a/legacy/vendor/common/file.te b/legacy/vendor/common/file.te index 254daced..49311d17 100644 --- a/legacy/vendor/common/file.te +++ b/legacy/vendor/common/file.te @@ -65,7 +65,6 @@ type chre_socket, file_type; #type dpmwrapper_socket, file_type, mlstrustedobject; #type dpmd_data_file, file_type, data_file_type; #typealias system_app_data_file alias dpmd_app_data_file; -#typealias system_app_data_file alias qtitetherservice_app_data_file; #Define the timeout for platform specific transports type sysfs_hsic_modem_wait, sysfs_type, fs_type; diff --git a/legacy/vendor/common/netd.te b/legacy/vendor/common/netd.te index 78ccaea2..a9407f8e 100644 --- a/legacy/vendor/common/netd.te +++ b/legacy/vendor/common/netd.te @@ -29,7 +29,6 @@ allow netd netd:capability { setgid setuid }; dontaudit netd self:capability sys_module; binder_use(netd); -allow netd qtitetherservice_service:service_manager find; allow netd netd:packet_socket create_socket_perms_no_ioctl; diff --git a/legacy/vendor/common/service.te b/legacy/vendor/common/service.te index 4414a412..117e1cc3 100644 --- a/legacy/vendor/common/service.te +++ b/legacy/vendor/common/service.te @@ -37,4 +37,3 @@ type imsrcs_service, service_manager_type; type improve_touch_service, service_manager_type; type dtseagleservice_service, service_manager_type; type gba_auth_service, service_manager_type; -type qtitetherservice_service, service_manager_type; diff --git a/legacy/vendor/common/service_contexts b/legacy/vendor/common/service_contexts index 75623a64..0ad1bc8f 100644 --- a/legacy/vendor/common/service_contexts +++ b/legacy/vendor/common/service_contexts @@ -40,6 +40,5 @@ improveTouch.GestureManagerService u:object_r:improve_touch_service: improveTouch.HandBiometricManagerService u:object_r:improve_touch_service:s0 dts_eagle_service u:object_r:dtseagleservice_service:s0 com.qualcomm.qti.secota.service.SecotaNService u:object_r:secotad_service:s0 -qtitetherservice u:object_r:qtitetherservice_service:s0 com.qualcomm.qti.seemp.health u:object_r:seemp_health_daemon_service:s0 com.qualcomm.qti.uceservice u:object_r:imsrcs_service:s0 diff --git a/legacy/vendor/common/system_server.te b/legacy/vendor/common/system_server.te index e53b5d05..433168a3 100644 --- a/legacy/vendor/common/system_server.te +++ b/legacy/vendor/common/system_server.te @@ -49,8 +49,6 @@ allow system_server { #dpmservice }:service_manager add; -allow system_server qtitetherservice_service:service_manager find; - # required for ANT App to connectto wcnss_filter sockets allow system_server bluetooth:unix_stream_socket connectto; # access to iop diff --git a/qva/vendor/common/service.te b/qva/vendor/common/service.te index ff2dac1f..9d9adac9 100644 --- a/qva/vendor/common/service.te +++ b/qva/vendor/common/service.te @@ -27,4 +27,3 @@ type vendor_dun_service, service_manager_type; type vendor_imsrcs_service, service_manager_type; -type vendor_qtitetherservice_service, service_manager_type;