]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
samples/landlock: Add quiet flag support to sandboxer
authorTingmao Wang <m@maowtm.org>
Fri, 12 Jun 2026 01:48:50 +0000 (02:48 +0100)
committerMickaël Salaün <mic@digikod.net>
Sun, 14 Jun 2026 18:17:20 +0000 (20:17 +0200)
commit8faab14922b75c3c0bbc0769eedef85d4609a85a
tree09694dceffd54fd59f08409acbd3556aa104bdcc
parent5f12f8effb5acb38a8b554ea39bd30d43d54f9f0
samples/landlock: Add quiet flag support to sandboxer

Adds ability to set which access bits to quiet via LL_*_QUIET_ACCESS
(FS, NET or SCOPED), and attach quiet flags to individual objects via
LL_*_QUIET for FS and NET.

Assisted-by: GitHub-Copilot:claude-opus-4.8 copilot-reviepickw
Signed-off-by: Tingmao Wang <m@maowtm.org>
Link: https://patch.msgid.link/59b94997565032bc9870044f021214a2ed6df213.1781228815.git.m@maowtm.org
[mic: Fix comment formatting]
Signed-off-by: Mickaël Salaün <mic@digikod.net>
samples/landlock/sandboxer.c