Hi Günther, On 2026-04-13T21:34:44+0200, Günther Noack wrote: > The documented Landlock features are not all available since ABI v1. > We are mentioning it explicitly when features require specific > Landlock ABI versions. > > Signed-off-by: Günther Noack I've applied this patch. Thanks! Have a lovely night! Alex > --- > man/man2/landlock_create_ruleset.2 | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/man/man2/landlock_create_ruleset.2 b/man/man2/landlock_create_ruleset.2 > index 5425ed59878b..7bca831cbd65 100644 > --- a/man/man2/landlock_create_ruleset.2 > +++ b/man/man2/landlock_create_ruleset.2 > @@ -125,8 +125,10 @@ is 0, then the returned value is the highest supported Landlock ABI version > This version can be used for a best-effort security approach, > which is encouraged when user space is not pinned to a specific kernel > version. > -All features documented in these man pages are available with the version > -1. > +.IP > +Unless noted otherwise, > +all features documented in these man pages are available with the > +version 1. > .SH RETURN VALUE > On success, > .BR landlock_create_ruleset () > -- > 2.53.0 > > --