From c3720971764f72d31ed91183158489d70a96cde3 Mon Sep 17 00:00:00 2001 From: JanierVan Date: Tue, 9 May 2023 08:23:43 +0000 Subject: [PATCH] fix: Change the configuration permission of param Signed-off-by: JanierVan --- base/etc/audio_hifi_watchdog.para.dac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/etc/audio_hifi_watchdog.para.dac b/base/etc/audio_hifi_watchdog.para.dac index f361da8ec6..349871ff2b 100644 --- a/base/etc/audio_hifi_watchdog.para.dac +++ b/base/etc/audio_hifi_watchdog.para.dac @@ -11,4 +11,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -vendor.hifi.watchdog.come = audio:audio:0777 \ No newline at end of file +vendor.hifi.watchdog.come = audio_host:audio_host:0660 \ No newline at end of file -- Gitee