From 0cd6be104d42dd0ccc2116d06ec44f87709d7ce6 Mon Sep 17 00:00:00 2001 From: Aleksa Sarai Date: Wed, 9 Oct 2024 14:41:34 +1100 Subject: [PATCH] README: fix reference to open_tree kernel requirements open_tree(2) and fsopen(2) were added in Linux 5.2, not 4.18. Signed-off-by: Aleksa Sarai --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b04c90..eaeb53f 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ more secure. In particular: or avoid being tricked by a `/proc` that is not legitimate. This is done using [`openat2`][openat2.2] for all users, and privileged users will also be further protected by using [`fsopen`][fsopen.2] and [`open_tree`][open_tree.2] - (Linux 4.18 or later). + (Linux 5.2 or later). [openat2.2]: https://www.man7.org/linux/man-pages/man2/openat2.2.html [fsopen.2]: https://github.com/brauner/man-pages-md/blob/main/fsopen.md