[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210712155745.831580-1-mic@digikod.net>
Date: Mon, 12 Jul 2021 17:57:41 +0200
From: Mickaël Salaün <mic@...ikod.net>
To: Alejandro Colomar <alx.manpages@...il.com>,
Michael Kerrisk <mtk.manpages@...il.com>
Cc: Mickaël Salaün <mic@...ikod.net>,
Jann Horn <jannh@...gle.com>, Jonathan Corbet <corbet@....net>,
Kees Cook <keescook@...omium.org>,
Randy Dunlap <rdunlap@...radead.org>,
Vincent Dagonneau <vincent.dagonneau@....gouv.fr>,
landlock@...ts.linux.dev, linux-kernel@...r.kernel.org,
linux-man@...r.kernel.org, linux-security-module@...r.kernel.org,
Mickaël Salaün <mic@...ux.microsoft.com>
Subject: [PATCH v2 0/4] Add Landlock man pages
From: Mickaël Salaün <mic@...ux.microsoft.com>
Hi,
These four documents give a global overview of Landlock and explain each
system calls. This is mainly a formatting of the current kernel
documentation with some new additional details.
This second patch series slightly improves the content and fixes some
syntax issues pointed out by Alejandro Colomar.
This patch series can be found in a Git repository:
https://github.com/landlock-lsm/man-pages/commits/landlock-v2
Previous version:
https://lore.kernel.org/linux-man/20210706182217.32338-1-mic@digikod.net/
Regards,
Mickaël Salaün (4):
landlock.7: Add a new page to introduce Landlock
landlock_create_ruleset.2: Document new syscall
landlock_add_rule.2: Document new syscall
landlock_restrict_self.2: Document new syscall
man2/landlock_add_rule.2 | 139 +++++++++++++
man2/landlock_create_ruleset.2 | 136 +++++++++++++
man2/landlock_restrict_self.2 | 130 ++++++++++++
man7/landlock.7 | 356 +++++++++++++++++++++++++++++++++
4 files changed, 761 insertions(+)
create mode 100644 man2/landlock_add_rule.2
create mode 100644 man2/landlock_create_ruleset.2
create mode 100644 man2/landlock_restrict_self.2
create mode 100644 man7/landlock.7
base-commit: 33248cfe50ebb8762208e7ef3264676dad71b016
--
2.32.0
Powered by blists - more mailing lists