Remove QtiTetherService references

QtiTetherService is not used anymore, remove all
the existing references

Change-Id: I9cf47507686907d29faef44c65d6e30dd584f19c
CRs-Fixed: 2710079
This commit is contained in:
Pavan Kumar M 2020-06-15 10:20:05 +05:30
parent 327503aee9
commit 5cffcfdf15
6 changed files with 0 additions and 7 deletions

View file

@ -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;

View file

@ -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;

View file

@ -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;

View file

@ -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

View file

@ -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

View file

@ -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;