Skip to content

Commit 335ef80

Browse files
micromaomaol0kod
authored andcommitted
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>
1 parent f4d3ef2 commit 335ef80

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

Documentation/security/landlock.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Landlock LSM: kernel documentation
77
==================================
88

99
:Author: Mickaël Salaün
10-
:Date: March 2025
10+
:Date: September 2025
1111

1212
Landlock's goal is to create scoped access-control (i.e. sandboxing). To
1313
harden a whole system, this feature should be available to any process,
@@ -110,6 +110,12 @@ Filesystem
110110
.. kernel-doc:: security/landlock/fs.h
111111
:identifiers:
112112

113+
Process credential
114+
------------------
115+
116+
.. kernel-doc:: security/landlock/cred.h
117+
:identifiers:
118+
113119
Ruleset and domain
114120
------------------
115121

@@ -128,6 +134,9 @@ makes the reasoning much easier and helps avoid pitfalls.
128134
.. kernel-doc:: security/landlock/ruleset.h
129135
:identifiers:
130136

137+
.. kernel-doc:: security/landlock/domain.h
138+
:identifiers:
139+
131140
Additional documentation
132141
========================
133142

0 commit comments

Comments
 (0)