Merge "Remove QtiTetherService references"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
a123f4808c
1
legacy/vendor/common/file.te
vendored
1
legacy/vendor/common/file.te
vendored
@@ -65,7 +65,6 @@ type chre_socket, file_type;
|
|||||||
#type dpmwrapper_socket, file_type, mlstrustedobject;
|
#type dpmwrapper_socket, file_type, mlstrustedobject;
|
||||||
#type dpmd_data_file, file_type, data_file_type;
|
#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 dpmd_app_data_file;
|
||||||
#typealias system_app_data_file alias qtitetherservice_app_data_file;
|
|
||||||
|
|
||||||
#Define the timeout for platform specific transports
|
#Define the timeout for platform specific transports
|
||||||
type sysfs_hsic_modem_wait, sysfs_type, fs_type;
|
type sysfs_hsic_modem_wait, sysfs_type, fs_type;
|
||||||
|
|||||||
1
legacy/vendor/common/netd.te
vendored
1
legacy/vendor/common/netd.te
vendored
@@ -29,7 +29,6 @@
|
|||||||
allow netd netd:capability { setgid setuid };
|
allow netd netd:capability { setgid setuid };
|
||||||
dontaudit netd self:capability sys_module;
|
dontaudit netd self:capability sys_module;
|
||||||
binder_use(netd);
|
binder_use(netd);
|
||||||
allow netd qtitetherservice_service:service_manager find;
|
|
||||||
|
|
||||||
allow netd netd:packet_socket create_socket_perms_no_ioctl;
|
allow netd netd:packet_socket create_socket_perms_no_ioctl;
|
||||||
|
|
||||||
|
|||||||
1
legacy/vendor/common/service.te
vendored
1
legacy/vendor/common/service.te
vendored
@@ -37,4 +37,3 @@ type imsrcs_service, service_manager_type;
|
|||||||
type improve_touch_service, service_manager_type;
|
type improve_touch_service, service_manager_type;
|
||||||
type dtseagleservice_service, service_manager_type;
|
type dtseagleservice_service, service_manager_type;
|
||||||
type gba_auth_service, service_manager_type;
|
type gba_auth_service, service_manager_type;
|
||||||
type qtitetherservice_service, service_manager_type;
|
|
||||||
|
|||||||
1
legacy/vendor/common/service_contexts
vendored
1
legacy/vendor/common/service_contexts
vendored
@@ -40,6 +40,5 @@ improveTouch.GestureManagerService u:object_r:improve_touch_service:
|
|||||||
improveTouch.HandBiometricManagerService u:object_r:improve_touch_service:s0
|
improveTouch.HandBiometricManagerService u:object_r:improve_touch_service:s0
|
||||||
dts_eagle_service u:object_r:dtseagleservice_service:s0
|
dts_eagle_service u:object_r:dtseagleservice_service:s0
|
||||||
com.qualcomm.qti.secota.service.SecotaNService u:object_r:secotad_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.seemp.health u:object_r:seemp_health_daemon_service:s0
|
||||||
com.qualcomm.qti.uceservice u:object_r:imsrcs_service:s0
|
com.qualcomm.qti.uceservice u:object_r:imsrcs_service:s0
|
||||||
|
|||||||
2
legacy/vendor/common/system_server.te
vendored
2
legacy/vendor/common/system_server.te
vendored
@@ -49,8 +49,6 @@ allow system_server {
|
|||||||
#dpmservice
|
#dpmservice
|
||||||
}:service_manager add;
|
}:service_manager add;
|
||||||
|
|
||||||
allow system_server qtitetherservice_service:service_manager find;
|
|
||||||
|
|
||||||
# required for ANT App to connectto wcnss_filter sockets
|
# required for ANT App to connectto wcnss_filter sockets
|
||||||
allow system_server bluetooth:unix_stream_socket connectto;
|
allow system_server bluetooth:unix_stream_socket connectto;
|
||||||
# access to iop
|
# access to iop
|
||||||
|
|||||||
1
qva/vendor/common/service.te
vendored
1
qva/vendor/common/service.te
vendored
@@ -27,4 +27,3 @@
|
|||||||
|
|
||||||
type vendor_dun_service, service_manager_type;
|
type vendor_dun_service, service_manager_type;
|
||||||
type vendor_imsrcs_service, service_manager_type;
|
type vendor_imsrcs_service, service_manager_type;
|
||||||
type vendor_qtitetherservice_service, service_manager_type;
|
|
||||||
|
|||||||
Reference in New Issue
Block a user