* [PATCH] Documentation/landlock: Make docs in cred.h and domain.h visible.
@ 2025-09-28 23:49 Tingmao Wang
2025-11-12 17:04 ` Mickaël Salaün
0 siblings, 1 reply; 2+ messages in thread
From: Tingmao Wang @ 2025-09-28 23:49 UTC (permalink / raw)
To: Mickaël Salaün
Cc: Tingmao Wang, Günther Noack, linux-security-module
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>
---
Documentation/security/landlock.rst | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/Documentation/security/landlock.rst b/Documentation/security/landlock.rst
index e0fc54aff09e..5066f8c3091e 100644
--- a/Documentation/security/landlock.rst
+++ b/Documentation/security/landlock.rst
@@ -110,6 +110,12 @@ Filesystem
.. kernel-doc:: security/landlock/fs.h
:identifiers:
+Process credential
+------------------
+
+.. kernel-doc:: security/landlock/cred.h
+ :identifiers:
+
Ruleset and domain
------------------
@@ -128,6 +134,9 @@ makes the reasoning much easier and helps avoid pitfalls.
.. kernel-doc:: security/landlock/ruleset.h
:identifiers:
+.. kernel-doc:: security/landlock/domain.h
+ :identifiers:
+
Additional documentation
========================
base-commit: f83ec76bf285bea5727f478a68b894f5543ca76e
--
2.51.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Documentation/landlock: Make docs in cred.h and domain.h visible.
2025-09-28 23:49 [PATCH] Documentation/landlock: Make docs in cred.h and domain.h visible Tingmao Wang
@ 2025-11-12 17:04 ` Mickaël Salaün
0 siblings, 0 replies; 2+ messages in thread
From: Mickaël Salaün @ 2025-11-12 17:04 UTC (permalink / raw)
To: Tingmao Wang; +Cc: Günther Noack, linux-security-module
On Mon, Sep 29, 2025 at 12:49:49AM +0100, Tingmao Wang wrote:
> 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>
Thanks! I'll merge this patch in -next.
> ---
> Documentation/security/landlock.rst | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/Documentation/security/landlock.rst b/Documentation/security/landlock.rst
> index e0fc54aff09e..5066f8c3091e 100644
> --- a/Documentation/security/landlock.rst
> +++ b/Documentation/security/landlock.rst
> @@ -110,6 +110,12 @@ Filesystem
> .. kernel-doc:: security/landlock/fs.h
> :identifiers:
>
> +Process credential
> +------------------
> +
> +.. kernel-doc:: security/landlock/cred.h
> + :identifiers:
> +
> Ruleset and domain
> ------------------
>
> @@ -128,6 +134,9 @@ makes the reasoning much easier and helps avoid pitfalls.
> .. kernel-doc:: security/landlock/ruleset.h
> :identifiers:
>
> +.. kernel-doc:: security/landlock/domain.h
> + :identifiers:
> +
> Additional documentation
> ========================
>
>
> base-commit: f83ec76bf285bea5727f478a68b894f5543ca76e
> --
> 2.51.0
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-11-12 17:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-28 23:49 [PATCH] Documentation/landlock: Make docs in cred.h and domain.h visible Tingmao Wang
2025-11-12 17:04 ` Mickaël Salaün
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.