Re: [PATCH] security/loadpin: Update the changing interface in the source code.
From: Jonathan Corbet <corbet@lwn.net>
Date: 2021-03-15 19:33:45
From: Jonathan Corbet <corbet@lwn.net>
Date: 2021-03-15 19:33:45
Jiele zhao [off-list ref] writes:
Loadpin cmdline interface "enabled" has been renamed to "enforce" for a long time, but the User Description Document was not updated. (Meaning unchanged) And kernel_read_file* were moved from linux/fs.h to its own linux/kernel_read_file.h include file. So update that change here. Signed-off-by: Jiele zhao <redacted> --- Documentation/admin-guide/LSM/LoadPin.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
This all looks correct as far as I can tell, so I've applied the patch. Thanks, jon