On Thu, 11 Feb 2021 02:07:21 +0900
Tetsuo Handa <[email protected]> wrote:

> I'm not refusing to use kernel command line options. I'm expecting that we can
> also hardcode using kernel config options. Since boot-time switching via 
> kernel
> command line options makes the kernel behave differently, less boot-time
> switching is better for avoiding unexpected problems (e.g. unintended LSM was
> enabled).

You could just add:

 CONFIG_CMDLINE_BOOL=y
 CONFIG_CMDLINE="make-printk-non-secret"

If you want it part of your config.

-- Steve

Reply via email to