--- v34
+++ v28
@@ -4,18 +4,11 @@
list of file hierarchies in a read-only or read-write way.
Cc: James Morris <jmorris@namei.org>
+Cc: Kees Cook <keescook@chromium.org>
Cc: Serge E. Hallyn <serge@hallyn.com>
Signed-off-by: Mickaël Salaün <mic@linux.microsoft.com>
Reviewed-by: Jann Horn <jannh@google.com>
-Reviewed-by: Kees Cook <keescook@chromium.org>
-Link: https://lore.kernel.org/r/20210422154123.13086-12-mic@digikod.net
---
-
-Changes since v30:
-* Add Reviewed-by Kees Cook.
-
-Changes since v28:
-* Simplify Kconfig option title.
Changes since v27:
* Add samples/landlock/ to MAINTAINERS.
@@ -100,10 +93,10 @@
create mode 100644 samples/landlock/sandboxer.c
diff --git a/MAINTAINERS b/MAINTAINERS
-index 8cab5854844e..88175ed1f315 100644
+index 3df7b12dc7f1..cf49d9431439 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
-@@ -10004,6 +10004,7 @@ S: Supported
+@@ -9943,6 +9943,7 @@ S: Supported
W: https://landlock.io
T: git https://github.com/landlock-lsm/linux.git
F: include/uapi/linux/landlock.h
@@ -112,7 +105,7 @@
F: tools/testing/selftests/landlock/
K: landlock
diff --git a/samples/Kconfig b/samples/Kconfig
-index e76cdfc50e25..b5a1a7aa7e23 100644
+index 0ed6e4d71d87..30ad633cd82c 100644
--- a/samples/Kconfig
+++ b/samples/Kconfig
@@ -124,6 +124,13 @@ config SAMPLE_HIDRAW
@@ -120,7 +113,7 @@
depends on CC_CAN_LINK && HEADERS_INSTALL
+config SAMPLE_LANDLOCK
-+ bool "Landlock example"
++ bool "Build Landlock example"
+ depends on CC_CAN_LINK && HEADERS_INSTALL
+ help
+ Build a simple Landlock sandbox manager able to start a process
@@ -412,5 +405,5 @@
+ return 1;
+}
--
-2.31.1
-
+2.30.0
+