From patchwork Fri Jul 30 14:41:12 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Micka=C3=ABl_Sala=C3=BCn?= X-Patchwork-Id: 12411383 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-16.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AD777C4338F for ; Fri, 30 Jul 2021 14:39:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8888E60184 for ; Fri, 30 Jul 2021 14:39:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239042AbhG3Oja (ORCPT ); Fri, 30 Jul 2021 10:39:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43556 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231255AbhG3Oja (ORCPT ); Fri, 30 Jul 2021 10:39:30 -0400 Received: from smtp-190b.mail.infomaniak.ch (smtp-190b.mail.infomaniak.ch [IPv6:2001:1600:3:17::190b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 943EBC06175F for ; Fri, 30 Jul 2021 07:39:25 -0700 (PDT) Received: from smtp-3-0001.mail.infomaniak.ch (unknown [10.4.36.108]) by smtp-2-3000.mail.infomaniak.ch (Postfix) with ESMTPS id 4GbqmD1BM3zMqHk4; Fri, 30 Jul 2021 16:39:24 +0200 (CEST) Received: from localhost (unknown [23.97.221.149]) by smtp-3-0001.mail.infomaniak.ch (Postfix) with ESMTPA id 4GbqmC6S5kzlmrs8; Fri, 30 Jul 2021 16:39:23 +0200 (CEST) From: =?utf-8?q?Micka=C3=ABl_Sala=C3=BCn?= To: Alejandro Colomar , Michael Kerrisk Cc: =?utf-8?q?Micka=C3=ABl_Sala=C3=BCn?= , Jann Horn , Jonathan Corbet , Kees Cook , Randy Dunlap , Vincent Dagonneau , landlock@lists.linux.dev, linux-kernel@vger.kernel.org, linux-man@vger.kernel.org, linux-security-module@vger.kernel.org, =?utf-8?q?Micka=C3=ABl_Sala=C3=BCn?= Subject: [PATCH v3 0/4] Add Landlock man pages Date: Fri, 30 Jul 2021 16:41:12 +0200 Message-Id: <20210730144116.332091-1-mic@digikod.net> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Precedence: bulk List-ID: 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 third patch series mostly fixes formatting pointed out by Alejandro Colomar. This patch series can be found in a Git repository: https://github.com/landlock-lsm/man-pages/commits/landlock-v3 Previous version: https://lore.kernel.org/linux-man/20210712155745.831580-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: fbe71b1b79e72be3b9afc44b5d479e7fd84b598a