[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220321115913.478505-1-mic@digikod.net>
Date: Mon, 21 Mar 2022 12:59:13 +0100
From: Mickaël Salaün <mic@...ikod.net>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Mickaël Salaün <mic@...ikod.net>,
Christian Brauner <brauner@...nel.org>,
Tom Rix <trix@...hat.com>, linux-kernel@...r.kernel.org,
linux-security-module@...r.kernel.org
Subject: [GIT PULL] Landlock fixes for v5.18
Hi Linus,
Please pull these Landlock updates for v5.18-rc1 . These two patches
have been successfully tested in the latest linux-next releases for
several weeks. They contain minor fixes:
* One addresses a memory leak in a user space sample. In practice, this
memory leak doesn't stay long because of the following execve call,
but let's fix it anyway.
* The second patch standardize the Landlock ruleset file descriptor name
with square brackets.
Regards,
Mickaël
--
The following changes since commit dcb85f85fa6f142aae1fe86f399d4503d49f2b60:
gcc-plugins/stackleak: Use noinstr in favor of notrace (2022-02-03 17:02:21 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mic/linux.git tags/landlock-5.18-rc1
for you to fetch changes up to aea0b9f2486da8497f35c7114b764bf55e17c7ea:
landlock: Use square brackets around "landlock-ruleset" (2022-02-04 14:07:44 +0100)
----------------------------------------------------------------
Landlock updates for v5.18-rc1
These two commits contain a minor fix for the sandboxer sample, and a
Landlock ruleset FD name standardization.
----------------------------------------------------------------
Christian Brauner (1):
landlock: Use square brackets around "landlock-ruleset"
Tom Rix (1):
samples/landlock: Fix path_list memory leak
samples/landlock/sandboxer.c | 1 +
security/landlock/syscalls.c | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
Powered by blists - more mailing lists