Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

landlock: Make docs in cred.h and domain.h visible

Currently even though the structures in these files have documentation,
they are not shown in the "Landlock LSM: kernel documentation" page.

Signed-off-by: Tingmao Wang <m@maowtm.org>
Link: https://lore.kernel.org/r/6050e764c2679cba01715653e5f1f4f17091d8f8.1759103277.git.m@maowtm.org
[mic: Synchronize date]
Signed-off-by: Mickaël Salaün <mic@digikod.net>

authored by

Tingmao Wang and committed by
Mickaël Salaün
335ef80e f4d3ef2d

+10 -1
+10 -1
Documentation/security/landlock.rst
··· 7 7 ================================== 8 8 9 9 :Author: Mickaël Salaün 10 - :Date: March 2025 10 + :Date: September 2025 11 11 12 12 Landlock's goal is to create scoped access-control (i.e. sandboxing). To 13 13 harden a whole system, this feature should be available to any process, ··· 110 110 .. kernel-doc:: security/landlock/fs.h 111 111 :identifiers: 112 112 113 + Process credential 114 + ------------------ 115 + 116 + .. kernel-doc:: security/landlock/cred.h 117 + :identifiers: 118 + 113 119 Ruleset and domain 114 120 ------------------ 115 121 ··· 132 126 makes the reasoning much easier and helps avoid pitfalls. 133 127 134 128 .. kernel-doc:: security/landlock/ruleset.h 129 + :identifiers: 130 + 131 + .. kernel-doc:: security/landlock/domain.h 135 132 :identifiers: 136 133 137 134 Additional documentation