linux/Documentation/admin-guide/LSM
Tingmao Wang 29752205db
landlock: Add API support and docs for the quiet flags
Adds the UAPI for the quiet flags feature (but not the implementation
yet).

Even though currently LANDLOCK_ADD_RULE_QUIET only affects audit
logging, in the future this can also be used as part of a supervisor
mechanism, where it will also suppress denial notifications on a
per-object basis.  Thus the name is deliberately generic, as opposed to
e.g. LANDLOCK_ADD_RULE_LOG_QUIET.

According to pahole, even after adding the struct access_masks
quiet_masks in struct landlock_hierarchy, the u32 log_* bitfield still
only has a size of 2 bytes, so there's minimal wasted space.

Assisted-by: GitHub-Copilot:claude-opus-4.8
Signed-off-by: Tingmao Wang <m@maowtm.org>
[mic: Update date, fix comment formatting]
Link: https://patch.msgid.link/031184748a8e74c0bb02f1fa13d7a3f10918c627.1781228815.git.m@maowtm.org
Signed-off-by: Mickaël Salaün <mic@digikod.net>
2026-06-14 20:17:19 +02:00
..
apparmor.rst Docs: Update LSM/apparmor.rst 2024-11-26 19:21:06 -08:00
index.rst landlock: Add audit documentation 2025-03-26 13:59:49 +01:00
ipe.rst ipe: Update documentation for script enforcement 2025-12-02 19:37:10 -08:00
landlock.rst landlock: Add API support and docs for the quiet flags 2026-06-14 20:17:19 +02:00
LoadPin.rst security/loadpin: Update the changing interface in the source code. 2021-03-15 13:32:32 -06:00
SafeSetID.rst Documentation: Fix admin-guide typos 2025-08-18 10:31:19 -06:00
SELinux.rst documentation: add links to SELinux resources 2025-06-18 15:12:54 -04:00
Smack.rst smack: fix bug: setting task label silently ignores input garbage 2025-06-24 16:30:24 -07:00
tomoyo.rst tomoyo: update project links 2024-06-03 22:43:11 +09:00
Yama.rst