policycoreutils: semodule: Document semodule -p in man page

Signed-off-by: Eric Paris <eparis@redhat.com>
Acked-by: Dan Walsh <dwalsh@redhat.com>
This commit is contained in:
Dan Walsh 2011-10-04 17:05:52 -04:00 committed by Eric Paris
parent e018eec325
commit 24b31a9da5
2 changed files with 4 additions and 0 deletions

View File

@ -41,6 +41,9 @@ disable existing module
.B \-e,\-\-enable=MODULE_NAME
enable existing module
.TP
.B \-p,\-\-path=ROOTPATH
use an alternate root path
.TP
.B \-r,\-\-remove=MODULE_NAME
remove existing module
.TP

View File

@ -119,6 +119,7 @@ static void usage(char *progname)
printf(" -v,--verbose be verbose\n");
printf(" -D,--disable_dontaudit Remove dontaudits from policy\n");
printf(" -P,--preserve_tunables Preserve tunables in policy\n");
printf(" -p,--path use an alternate path for the policy root\n");
}
/* Sets the global mode variable to new_mode, but only if no other