|
|
Log in / Subscribe / Register

Add Landlock man pages

From:  Mickaël Salaün <mic-AT-digikod.net>
To:  Alejandro Colomar <alx.manpages-AT-gmail.com>, Michael Kerrisk <mtk.manpages-AT-gmail.com>
Subject:  [PATCH v1 0/4] Add Landlock man pages
Date:  Tue, 06 Jul 2021 20:22:13 +0200
Message-ID:  <20210706182217.32338-1-mic@digikod.net>
Cc:  Mickaël Salaün <mic-AT-digikod.net>, Jann Horn <jannh-AT-google.com>, Jonathan Corbet <corbet-AT-lwn.net>, Kees Cook <keescook-AT-chromium.org>, Randy Dunlap <rdunlap-AT-infradead.org>, Vincent Dagonneau <vincent.dagonneau-AT-ssi.gouv.fr>, landlock-AT-lists.linux.dev, linux-kernel-AT-vger.kernel.org, linux-man-AT-vger.kernel.org, linux-security-module-AT-vger.kernel.org, Mickaël Salaün <mic-AT-linux.microsoft.com>
Archive-link:  Article

From: Mickaël Salaün <mic@linux.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.

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 | 134 +++++++++++++
 man2/landlock_restrict_self.2  | 125 ++++++++++++
 man7/landlock.7                | 354 +++++++++++++++++++++++++++++++++
 4 files changed, 752 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



Copyright © 2021, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds