From b67240b8663c3df471e8ce06b087ec7fb8b9d57c Mon Sep 17 00:00:00 2001 From: Vit Mojzis Date: Thu, 4 May 2023 14:04:48 +0200 Subject: [PATCH] python/audit2allow: Add missing options to man page Content-type: text/plain Signed-off-by: Vit Mojzis --- python/audit2allow/audit2allow.1 | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/python/audit2allow/audit2allow.1 b/python/audit2allow/audit2allow.1 index 04ec32398011..c31021d39489 100644 --- a/python/audit2allow/audit2allow.1 +++ b/python/audit2allow/audit2allow.1 @@ -40,10 +40,10 @@ Read input from audit and message log, conflicts with \-i .TP .B "\-b" | "\-\-boot" -Read input from audit messages since last boot conflicts with \-i +Read input from audit messages since last boot, conflicts with \-i .TP .B "\-d" | "\-\-dmesg" -Read input from output of +Read input from output of .I /bin/dmesg. Note that all audit messages are not available via dmesg when auditd is running; use "ausearch \-m avc | audit2allow" or "\-a" instead. @@ -51,15 +51,22 @@ auditd is running; use "ausearch \-m avc | audit2allow" or "\-a" instead. .B "\-D" | "\-\-dontaudit" Generate dontaudit rules (Default: allow) .TP +.B "\-e" | "\-\-explain" +Fully explain generated output +.TP .B "\-h" | "\-\-help" Print a short usage message .TP .B "\-i " | "\-\-input " -read input from +Read input from .I .TP +.B "\-\-interface-info=" +Read interface information from +.I +.TP .B "\-l" | "\-\-lastreload" -read input only after last policy reload +Read input only after last policy reload .TP .B "\-m " | "\-\-module " Generate module/require output @@ -70,8 +77,12 @@ Generate loadable module package, conflicts with \-o .B "\-p " | "\-\-policy " Policy file to use for analysis .TP +.B "\-\-perm-map " +Read permission map from +.I +.TP .B "\-o " | "\-\-output " -append output to +Append output to .I .TP .B "\-r" | "\-\-requires" @@ -85,6 +96,9 @@ This is the default behavior. Generate reference policy using installed macros. This attempts to match denials against interfaces and may be inaccurate. .TP +.B "\-t " | "\-\-type=" +Only process messages with a type that matches this regex +.TP .B "\-x" | "\-\-xperms" Generate extended permission access vector rules .TP -- 2.41.0