landlock: Warn once if a Landlock action is requested while disabled
authorMickaël Salaün <mic@digikod.net>
Tue, 27 Feb 2024 11:05:50 +0000 (12:05 +0100)
committerMickaël Salaün <mic@digikod.net>
Thu, 7 Mar 2024 10:29:46 +0000 (11:29 +0100)
commit782191c74875cc33b50263e21d76080b1411884d
tree2ae6128bca47d8fa818f40032df2afd7a265539f
parent0e89ef6f790144504ef421dfc21960fc31abc783
landlock: Warn once if a Landlock action is requested while disabled

Because sandboxing can be used as an opportunistic security measure,
user space may not log unsupported features.  Let the system
administrator know if an application tries to use Landlock but failed
because it isn't enabled at boot time.  This may be caused by boot
loader configurations with outdated "lsm" kernel's command-line
parameter.

Cc: stable@vger.kernel.org
Fixes: 265885daf3e5 ("landlock: Add syscall implementations")
Reviewed-by: Kees Cook <keescook@chromium.org>
Reviewed-by: Günther Noack <gnoack3000@gmail.com>
Link: https://lore.kernel.org/r/20240227110550.3702236-2-mic@digikod.net
Signed-off-by: Mickaël Salaün <mic@digikod.net>
security/landlock/syscalls.c