Re: [PATCH v9 5/5] Landlock: Document LANDLOCK_SCOPED_ABSTRACT_UNIX_SOCKET and ABI versioning
Mickaël Salaün <[email protected]>
| Newsgroups | dev.linux.lists.outreachy,org.kernel.vger.linux-kernel,org.kernel.vger.linux-security-module,org.kernel.vger.netdev |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Aug 14, 2024 at 12:22:23AM -0600, Tahera Fahimi wrote: > Introducing LANDLOCK_SCOPED_ABSTRACT_UNIX_SOCKET as an IPC scoping > mechanism in Landlock ABI version 6, and updating ruleset_attr, > Landlock ABI version, and access rights code blocks based on that. > > Signed-off-by: Tahera Fahimi <[email protected]> > --- > v8: > - Improving documentation by specifying differences between scoped and > non-scoped domains. > - Adding review notes of version 7. > - Update date > v7: > - Add "LANDLOCK_SCOPED_ABSTRACT_UNIX_SOCKET" explanation to IPC scoping > section and updating ABI to version 6. > - Adding "scoped" attribute to the Access rights section. > - In current limitation, unnamed sockets are specified as sockets that > are not restricted. > - Update date > --- > Documentation/userspace-api/landlock.rst | 33 ++++++++++++++++++++++-- > 1 file changed, 31 insertions(+), 2 deletions(-) > > diff --git a/Documentation/userspace-api/landlock.rst b/Documentation/userspace-api/landlock.rst > index 07b63aec56fa..0582f93bd952 100644 > --- a/Documentation/userspace-api/landlock.rst > +++ b/Documentation/userspace-api/landlock.rst > @@ -8,7 +8,7 @@ Landlock: unprivileged access control > ===================================== > > :Author: Mickaël Salaün > -:Date: April 2024 > +:Date: July 2024 "August" Please rebase the two patch series on v6.11-rc4