From 453b89a469b12276926251e21a288171756cdab0 Mon Sep 17 00:00:00 2001 From: cheng_jinsong Date: Fri, 2 Jun 2023 09:16:18 +0000 Subject: [PATCH] update tools/startup_guard/rules/NO-Config-Cmds-In-Init/README.md. Signed-off-by: cheng_jinsong --- tools/startup_guard/rules/NO-Config-Cmds-In-Init/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/startup_guard/rules/NO-Config-Cmds-In-Init/README.md b/tools/startup_guard/rules/NO-Config-Cmds-In-Init/README.md index e58c538..fac7744 100755 --- a/tools/startup_guard/rules/NO-Config-Cmds-In-Init/README.md +++ b/tools/startup_guard/rules/NO-Config-Cmds-In-Init/README.md @@ -18,6 +18,8 @@ [NOT ALLOWED]: 'init_global_key' is invalid, in /system/etc/init.cfg
[NOT ALLOWED]: 'storage_daemon' cannot be started in boot mode
[NOT ALLOWED]: 'hilogd' cannot be started in conditional mode
+ [WARNING]: selinux status is xxx + [WARNING]: xxx 'secon' is empty ``` ## 3. 违规场景及处理方案建议 -- Gitee