mirror of
https://github.com/SELinuxProject/selinux
synced 2025-02-27 15:00:39 +00:00
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:
parent
e018eec325
commit
24b31a9da5
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user