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 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 > --