Re: [PATCH v3 4/4] man/man2/landlock_restrict_self.2: Document ABI requirement for logging flags
From: Alejandro Colomar <alx@kernel.org>
Date: 2026-04-21 22:00:46
Attachments
- signature.asc [application/pgp-signature] 833 bytes
From: Alejandro Colomar <alx@kernel.org>
Date: 2026-04-21 22:00:46
Hi Günther, On 2026-04-21T19:58:42+0200, Günther Noack wrote:
Missed this on the earlier commit; we should mention since which Landlock version these flags are available. Users can correlate this with the Landlock ABI version as it can be queried through landlock_create_ruleset(2). Signed-off-by: Günther Noack <redacted>
I've applied patches 1,2,3. I've amended them significantly, and this one doesn't apply anymore. Would you mind rebasing and using a format similar to the one I used when amending patch 3? Have a lovely night! Alex
--- man/man2/landlock_restrict_self.2 | 2 ++ 1 file changed, 2 insertions(+)diff --git a/man/man2/landlock_restrict_self.2 b/man/man2/landlock_restrict_self.2 index 1265ea2feb91..99288b582fea 100644 --- a/man/man2/landlock_restrict_self.2 +++ b/man/man2/landlock_restrict_self.2@@ -134,6 +134,8 @@ It can also be used with a value of \-1 to mute subdomain logs without creating a domain. .P +These flags are available since Landlock ABI version 7. +.P The following flag supports policy enforcement in multithreaded processes: .TP .B LANDLOCK_RESTRICT_SELF_TSYNC-- 2.53.0
-- <https://www.alejandro-colomar.es>