mirror of
https://github.com/Evolution-X-Devices/device_google_walleye
synced 2026-02-01 07:33:36 +00:00
init: start qti service
Bug: 32925272 Change-Id: I99a72c60a6dac1b286835dc85e8ee3b1ca8ca3fd
This commit is contained in:
@@ -394,6 +394,11 @@ service port-bridge /vendor/bin/port-bridge
|
||||
group radio system inet
|
||||
oneshot
|
||||
|
||||
service qti /vendor/bin/qti
|
||||
class main
|
||||
user radio
|
||||
group radio net_raw diag usb net_admin
|
||||
|
||||
on property:wc_transport.start_hci=true
|
||||
start hci_filter
|
||||
|
||||
|
||||
@@ -61,6 +61,7 @@
|
||||
/system/vendor/bin/cnss_diag u:object_r:wcnss_service_exec:s0
|
||||
/system/vendor/bin/netmgrd u:object_r:netmgrd_exec:s0
|
||||
/system/vendor/bin/port-bridge u:object_r:port-bridge_exec:s0
|
||||
/system/vendor/bin/qti u:object_r:qti_exec:s0
|
||||
/system/vendor/bin/wcnss_filter u:object_r:wcnss_filter_exec:s0
|
||||
/system/vendor/bin/loc_launcher u:object_r:location_exec:s0
|
||||
/system/vendor/bin/lowi-server u:object_r:location_exec:s0
|
||||
|
||||
5
sepolicy/qti.te
Normal file
5
sepolicy/qti.te
Normal file
@@ -0,0 +1,5 @@
|
||||
type qti, domain, domain_deprecated;
|
||||
type qti_exec, exec_type, file_type;
|
||||
|
||||
init_daemon_domain(qti)
|
||||
net_domain(qti)
|
||||
Reference in New Issue
Block a user