kernel: Enable landlock LSM

Allows using landlock LSM for the container process

Signed-off-by: Pradipta Banerjee <pradipta.banerjee@gmail.com>
This commit is contained in:
Pradipta Banerjee
2026-05-21 13:41:54 +00:00
committed by Fabiano Fidêncio
parent 25491fc20c
commit 1487eaaaa2
2 changed files with 7 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
# Landlock LSM
#
# Enables the Landlock access-control LSM so that processes can apply
# filesystem and network sandboxing rules inside the kata guest VM.
#
CONFIG_SECURITY_LANDLOCK=y

View File

@@ -1 +1 @@
195
196