From 2029f9f8ff53fd2d511a97f53aa91cf5d1836109 Mon Sep 17 00:00:00 2001 From: luo-wei246 Date: Wed, 24 May 2023 02:04:39 -0700 Subject: [PATCH] fix:configuration modification Signed-off-by: luo-wei246 --- .../rules/NO-Config-SystemParameter-In-INIT/whitelist.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/startup_guard/rules/NO-Config-SystemParameter-In-INIT/whitelist.json b/tools/startup_guard/rules/NO-Config-SystemParameter-In-INIT/whitelist.json index 8733ef9..4791015 100755 --- a/tools/startup_guard/rules/NO-Config-SystemParameter-In-INIT/whitelist.json +++ b/tools/startup_guard/rules/NO-Config-SystemParameter-In-INIT/whitelist.json @@ -371,5 +371,7 @@ "persist.xts.devattest.authresult", "llvm.debug.service.", "persist.edm.edm_enable", - "persist.edm." + "persist.edm.", + "persist.usb.setting.gadget_conn_prompt", + "persist.usb.setting." ] -- Gitee