[GIT PULL] Landlock fixes for v5.18

Mickaël Salaün mic at digikod.net
Mon Mar 21 11:59:13 UTC 2022


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(-)



More information about the Linux-security-module-archive mailing list