From 0ad9ac8f4213663a105b7e273490a850ede5ace5 Mon Sep 17 00:00:00 2001 From: cheng_jinsong Date: Fri, 16 Jun 2023 08:05:38 +0000 Subject: [PATCH] =?UTF-8?q?update=20tools/startup=5Fguard/rules/NO-Config-?= =?UTF-8?q?Cmds-In-Init/README.md.=20=E5=88=A0=E9=99=A4
?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: cheng_jinsong --- .../rules/NO-Config-Cmds-In-Init/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 fac7744..f71ae94 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 @@ -13,11 +13,11 @@ 编译时会提示如下类型的告警: ``` - [NOT ALLOWED]: 'mount_fstab' is invalid, in /system/etc/init.cfg
- [NOT ALLOWED]: 'load_access_token_id' is invalid, in /system/etc/init/access_token.cfg
- [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
+ [NOT ALLOWED]: 'mount_fstab' is invalid, in /system/etc/init.cfg + [NOT ALLOWED]: 'load_access_token_id' is invalid, in /system/etc/init/access_token.cfg + [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 ``` -- Gitee