From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp-42aa.mail.infomaniak.ch (smtp-42aa.mail.infomaniak.ch [84.16.66.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id DC25A2FAF for ; Wed, 18 Aug 2021 17:09:56 +0000 (UTC) Received: from smtp-3-0000.mail.infomaniak.ch (unknown [10.4.36.107]) by smtp-3-3000.mail.infomaniak.ch (Postfix) with ESMTPS id 4GqXdx4HkpzMq01C; Wed, 18 Aug 2021 17:59:33 +0200 (CEST) Received: from localhost (unknown [23.97.221.149]) by smtp-3-0000.mail.infomaniak.ch (Postfix) with ESMTPA id 4GqXdw51YGzlh8TL; Wed, 18 Aug 2021 17:59:32 +0200 (CEST) From: =?UTF-8?q?Micka=C3=ABl=20Sala=C3=BCn?= To: Alejandro Colomar , "G . Branden Robinson" , Michael Kerrisk Cc: =?UTF-8?q?Micka=C3=ABl=20Sala=C3=BCn?= , Jann Horn , Jonathan Corbet , Kees Cook , Vincent Dagonneau , landlock@lists.linux.dev, linux-man@vger.kernel.org, linux-security-module@vger.kernel.org, =?UTF-8?q?Micka=C3=ABl=20Sala=C3=BCn?= Subject: [PATCH v4 0/4] Add Landlock man pages Date: Wed, 18 Aug 2021 17:59:27 +0200 Message-Id: <20210818155931.484070-1-mic@digikod.net> X-Mailer: git-send-email 2.32.0 Precedence: bulk X-Mailing-List: landlock@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Mickaël Salaün 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 fourth patch series fixes spelling issues pointed out by Alejandro Colomar and Branden Robinson. I also removed some recipients. This patch series can be found in a Git repository: https://github.com/landlock-lsm/man-pages/commits/landlock-v4 Previous version: https://lore.kernel.org/landlock/20210730144116.332091-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 | 144 +++++++++++++ man2/landlock_create_ruleset.2 | 139 +++++++++++++ man2/landlock_restrict_self.2 | 133 ++++++++++++ man7/landlock.7 | 361 +++++++++++++++++++++++++++++++++ 4 files changed, 777 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: 7127973e0c8ca36fda1f5d2d0adae04d61fa0d01 -- 2.32.0