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 30839 invoked from network); 11 Aug 2021 14:57:08 -0000 Received: from mother.openwall.net (195.42.179.200) by inbox.vuxu.org with ESMTPUTF8; 11 Aug 2021 14:57:08 -0000 Received: (qmail 11847 invoked by uid 550); 11 Aug 2021 14:57:06 -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 11829 invoked from network); 11 Aug 2021 14:57:06 -0000 Date: Wed, 11 Aug 2021 16:56:54 +0200 From: Szabolcs Nagy To: =?utf-8?Q?Micka=C3=ABl_Sala=C3=BCn?= Cc: musl@lists.openwall.com, Rich Felker , landlock@lists.linux.dev, =?utf-8?Q?Micka=C3=ABl_Sala=C3=BCn?= Message-ID: <20210811145654.GD37904@port70.net> Mail-Followup-To: =?utf-8?Q?Micka=C3=ABl_Sala=C3=BCn?= , musl@lists.openwall.com, Rich Felker , landlock@lists.linux.dev, =?utf-8?Q?Micka=C3=ABl_Sala=C3=BCn?= References: <20210810155406.2772584-1-mic@digikod.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <20210810155406.2772584-1-mic@digikod.net> Subject: Re: [musl] [PATCH v1] bits/syscall.h: add landlock_* from linux v5.13 * Micka=C3=ABl Sala=C3=BCn [2021-08-10 17:54:06 +0200]: > From: Micka=C3=ABl Sala=C3=BCn >=20 > Add three system calls for all architectures: > * landlock_create_ruleset > * landlock_add_rule > * landlock_restrict_self >=20 > They enable creating unprivileged security sandboxes, see >=20 > linux commit a49f4f81cb48925e8d7cbd9e59068f516e984144 > arch: Wire up Landlock syscalls >=20 > https://www.kernel.org/doc/html/latest/userspace-api/landlock.html >=20 > Signed-off-by: Micka=C3=ABl Sala=C3=BCn > 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