public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] landlock_restrict_self.2: Fix max number of nested sandboxes
@ 2024-03-12 15:15 Mickaël Salaün
  2024-03-13  9:07 ` Günther Noack
  2024-03-13  9:12 ` Günther Noack
  0 siblings, 2 replies; 7+ messages in thread
From: Mickaël Salaün @ 2024-03-12 15:15 UTC (permalink / raw)
  To: linux-man; +Cc: Mickaël Salaün, Alejandro Colomar, Günther Noack

This limit was updated and backported with commit 75c542d6c6cc
("landlock: Reduce the maximum number of layers to 16") to all supported
Linux versions.

Cc: Alejandro Colomar <alx@kernel.org>
Cc: Günther Noack <gnoack@google.com>
Signed-off-by: Mickaël Salaün <mic@digikod.net>
---
 man2/landlock_restrict_self.2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man2/landlock_restrict_self.2 b/man2/landlock_restrict_self.2
index 43f15c932a83..fb7e48234098 100644
--- a/man2/landlock_restrict_self.2
+++ b/man2/landlock_restrict_self.2
@@ -102,7 +102,7 @@ in its user namespace.
 .TP
 .B E2BIG
 The maximum number of composed rulesets is reached for the calling thread.
-This limit is currently 64.
+This limit is currently 16.
 .SH STANDARDS
 Linux.
 .SH HISTORY
-- 
2.44.0


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-03-14 17:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-12 15:15 [PATCH] landlock_restrict_self.2: Fix max number of nested sandboxes Mickaël Salaün
2024-03-13  9:07 ` Günther Noack
2024-03-13  9:12 ` Günther Noack
2024-03-14 16:08   ` Alejandro Colomar
2024-03-14 16:11     ` Alejandro Colomar
2024-03-14 16:49       ` Günther Noack
2024-03-14 17:12         ` Alejandro Colomar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox