diff mbox series

[v3] features: Add distro feature "audit"

Message ID 2dac9fa540b8fe54bb3d5096f09e10257399e67f.1785746493.git.joerg.sommer@navimatix.de
State Under Review
Headers show
Series [v3] features: Add distro feature "audit" | expand

Commit Message

Jörg Sommer Aug. 3, 2026, 8:45 a.m. UTC
From: Jörg Sommer <joerg.sommer@navimatix.de>

The audit recipe should stay in meta-openembedded. Therefore, give the users
an hint on this.

https://lists.openembedded.org/g/openembedded-core/message/242612

Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de>
---
Changes since v2:

* Added a note about audit recipe being in meta-oe.

Changes since v1:

* I've added a link to the documentation wiki.

 documentation/ref-manual/features.rst | 8 ++++++++
 1 file changed, 8 insertions(+)
diff mbox series

Patch

diff --git a/documentation/ref-manual/features.rst b/documentation/ref-manual/features.rst
index 77d034f0c..63d47d6ec 100644
--- a/documentation/ref-manual/features.rst
+++ b/documentation/ref-manual/features.rst
@@ -141,6 +141,14 @@  metadata, as extra layers can define their own:
    section in the Yocto Project Application Development and the
    Extensible Software Development Kit (eSDK) manual.
 
+-  *audit:* Enables `linux-audit <https://github.com/linux-audit/audit-documentation/wiki>`__
+   support.
+
+   .. note::
+
+      The ``audit`` recipe is provided by :oe_git:`meta-oe
+      </meta-openembedded/tree/meta-oe/>` in ``meta-openembedded``.
+
 -  *bluetooth:* Include bluetooth support (integrated BT only).
 
 -  *cramfs:* Include CramFS support.