Hi! On 2026-07-09T17:34:22+0200, Štěpán Němec wrote: > Signed-off-by: Štěpán Němec > --- > man/man7/landlock.7 | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/man/man7/landlock.7 b/man/man7/landlock.7 > index 293374ed9b46..556b08fff04b 100644 > --- a/man/man7/landlock.7 > +++ b/man/man7/landlock.7 > @@ -296,8 +296,8 @@ .SS Scope flags > .SS Layers of file path access rights > Each time a thread enforces a ruleset on itself, > it updates its Landlock domain with a new layer of policy. > -Indeed, this complementary policy is composed with the > -potentially other rulesets already restricting this thread. > +Indeed, this complementary policy is composed with any > +other rulesets already restricting this thread. > A sandboxed thread can then safely add more constraints to itself with a > new enforced ruleset. I've added to CC the landlock maintainers, so that they review the text. They maintain the same text in the kernel, so it's better to have it coordinated. Cheers, Alex > .P > -- > 2.55.0 > > --