From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.3 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 867 invoked from network); 11 Aug 2021 15:18:40 -0000 Received: from mother.openwall.net (195.42.179.200) by inbox.vuxu.org with ESMTPUTF8; 11 Aug 2021 15:18:40 -0000 Received: (qmail 22435 invoked by uid 550); 11 Aug 2021 15:18:38 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Reply-To: musl@lists.openwall.com Received: (qmail 15793 invoked from network); 11 Aug 2021 15:03:14 -0000 To: musl@lists.openwall.com, Rich Felker , landlock@lists.linux.dev, Szabolcs Nagy References: <20210810155406.2772584-1-mic@digikod.net> <20210811145654.GD37904@port70.net> From: =?UTF-8?Q?Micka=c3=abl_Sala=c3=bcn?= Message-ID: <31389618-9260-382b-841c-e6cd11505f21@digikod.net> Date: Wed, 11 Aug 2021 17:05:51 +0200 User-Agent: MIME-Version: 1.0 In-Reply-To: <20210811145654.GD37904@port70.net> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [musl] [PATCH v1] bits/syscall.h: add landlock_* from linux v5.13 On 11/08/2021 16:56, Szabolcs Nagy wrote: > * Mickaël Salaün [2021-08-10 17:54:06 +0200]: >> From: Mickaël Salaün >> >> Add three system calls for all architectures: >> * landlock_create_ruleset >> * landlock_add_rule >> * landlock_restrict_self >> >> They enable creating unprivileged security sandboxes, see >> >> linux commit a49f4f81cb48925e8d7cbd9e59068f516e984144 >> arch: Wire up Landlock syscalls >> >> https://www.kernel.org/doc/html/latest/userspace-api/landlock.html >> >> Signed-off-by: Mickaël Salaün >> Link: https://lore.kernel.org/r/20210810155406.2772584-1-mic@digikod.net > > thanks, > > note i have outstanding patches to update musl to linux 5.13 > > https://www.openwall.com/lists/musl/2021/07/10/12 > OK, cool! BTW, what is the policy to add syscall APIs (e.g. the landlock_create_ruleset function)?