From 969ca69f47742465609c856faf5ca5b08c12796a Mon Sep 17 00:00:00 2001 From: Wei Fu Date: Sat, 18 Jan 2020 10:04:01 +0800 Subject: [PATCH] [ALPS03861807] Revise code Restore audio command handling back to atcid to simplify code. MTK-Commit-Id: d23f20fd117efde5d22ea8abcc467617cc5b0ab0 Change-Id: I0abb4f9a5cc0facf44a27107a1cd90ce575c389e CR-Id: ALPS03861807 Feature: [Module]ATCI (AT Command Interface) --- non_plat/audiocmdservice_atci.te | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/non_plat/audiocmdservice_atci.te b/non_plat/audiocmdservice_atci.te index 58ee636..1f410ce 100644 --- a/non_plat/audiocmdservice_atci.te +++ b/non_plat/audiocmdservice_atci.te @@ -5,7 +5,7 @@ type audiocmdservice_atci_exec, exec_type, file_type, vendor_file_type; init_daemon_domain(audiocmdservice_atci) -unix_socket_connect(atci_service, atci-audio, audiocmdservice_atci); +unix_socket_connect(atcid, atci-audio, audiocmdservice_atci); allow audiocmdservice_atci self:unix_stream_socket { create_socket_perms read write }; # Access to storages for audio tuning tool to read/write tuning result