Add the info about /proc/cmdline to the usage help
authorAlexander Popov <alex.popov@linux.com>
Sun, 25 Jun 2023 08:51:02 +0000 (11:51 +0300)
committerAlexander Popov <alex.popov@linux.com>
Sun, 25 Jun 2023 08:51:02 +0000 (11:51 +0300)
commit8f7db40401de9fee9fa0e5e55822336f563d91d8
tree6a0a57003b0925faa0d379d95f60b0e9675528e4
parent2a9240be0f70ecffd091bbd06f49b18b31aff2c1
Add the info about /proc/cmdline to the usage help

I tested CONFIG_CMDLINE and CONFIG_BOOT_CONFIG mechanisms.
They allow passing additional boot parameters for the Linux kernel.

I see that all boot parameters are collected in /proc/cmdline.

So /proc/cmdline is the only information source that we should check to
analyze the Linux kernel boot parameters.
kconfig_hardened_check/__init__.py