From 601e007842a949def585f7d950a07424e3570f62 Mon Sep 17 00:00:00 2001 From: Takuma IMAMURA <209989118+hyperfinitism@users.noreply.github.com> Date: Thu, 30 Apr 2026 02:11:31 +0900 Subject: [PATCH] docs: Update ASCII log template field documentation Signed-off-by: Takuma IMAMURA <209989118+hyperfinitism@users.noreply.github.com> --- src/log/ascii.rs | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/log/ascii.rs b/src/log/ascii.rs index b3f62d5..4ec5fd9 100644 --- a/src/log/ascii.rs +++ b/src/log/ascii.rs @@ -11,10 +11,14 @@ //! with SP (`' '`) as the token separator and LF (`'\n'`) as the record //! separator. Template-specific fields are: //! -//! * `ima`: ` ` -//! * `ima-ng`: `: ` -//! * `ima-sig`: `: []` -//! * `ima-buf`: `: ` +//! - `ima`: `d | n` +//! - `ima-ng`: `d-ng | n-ng` +//! - `ima-ngv2`: `d-ngv2 | n-ng` +//! - `ima-sig`: `d-ng | n-ng | sig` +//! - `ima-sigv2`: `d-ngv2 | n-ng | sig` +//! - `ima-buf`: `d-ng | n-ng | buf` +//! - `ima-modsig`: `d-ng | n-ng | sig | d-modsig | modsig` +//! - `evm-sig`: `d-ng | n-ng | evmsig | xattrnames | xattrlengths | xattrvalues | iuid | igid | imode` //! //! The `filename` may contain spaces; the kernel escapes those as `\x20`.