From c52ff76180d04c38799e27ca963cb19c6715f939 Mon Sep 17 00:00:00 2001 From: Eric Paris Date: Wed, 20 Jul 2011 12:13:14 -0400 Subject: [PATCH] policycoreutils: semodule_expand: update man page with -a Update the man page to include -a. Passing -a causes semodule_expand to not check assertions. Include this in the man info. Signed-off-by: Eric Paris Acked-by: Dan Walsh --- policycoreutils/semodule_expand/semodule_expand.8 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/policycoreutils/semodule_expand/semodule_expand.8 b/policycoreutils/semodule_expand/semodule_expand.8 index 22ad3beb..1b482a1f 100644 --- a/policycoreutils/semodule_expand/semodule_expand.8 +++ b/policycoreutils/semodule_expand/semodule_expand.8 @@ -3,7 +3,7 @@ semodule_expand \- Expand a SELinux policy module package. .SH SYNOPSIS -.B semodule_expand [-V -c [version]] basemodpkg outputfile +.B semodule_expand [-V ] [ -a ] [ -c [version]] basemodpkg outputfile .br .SH DESCRIPTION .PP @@ -22,6 +22,9 @@ show version .TP .B \-c [version] policy version to create +.TP +.B \-a +Do not check assertions. This will cause the policy to not check any neverallow rules. .SH SEE ALSO .B checkmodule(8), semodule_package(8), semodule(8), semodule_link(8)