Added missing descriptions for --*-key params in secon man page.
Fixed secon help, merged descriptions for --current-* and --self-* params. Signed-off-by: Lukas Vrabec <lvrabec@redhat.com>
This commit is contained in:
parent
dd7a9363d9
commit
0fc39ca4f7
|
@ -69,6 +69,9 @@ gets the exec context from the specified process PID
|
|||
\fB\-\-pid\-fs\fR
|
||||
gets the fscreate context from the specified process PID
|
||||
.TP
|
||||
\fB\-\-pid\-key\fR
|
||||
gets the key context from the specified process PID
|
||||
.TP
|
||||
\fB\-\-current\fR, \fB\-\-self\fR
|
||||
gets the context from the current process
|
||||
.TP
|
||||
|
@ -78,6 +81,9 @@ gets the exec context from the current process
|
|||
\fB\-\-current\-fs\fR, \fB\-\-self\-fs\fR
|
||||
gets the fscreate context from the current process
|
||||
.TP
|
||||
\fB\-\-current\-key\fR, \fB\-\-self\-key\fR
|
||||
gets the key context from the current process
|
||||
.TP
|
||||
\fB\-\-parent\fR
|
||||
gets the context from the parent of the current process
|
||||
.TP
|
||||
|
@ -86,6 +92,9 @@ gets the exec context from the parent of the current process
|
|||
.TP
|
||||
\fB\-\-parent\-fs\fR
|
||||
gets the fscreate context from the parent of the current process
|
||||
.TP
|
||||
\fB\-\-parent\-key\fR
|
||||
gets the key context from the parent of the current process
|
||||
.PP
|
||||
Additional argument
|
||||
.I CONTEXT
|
||||
|
|
|
@ -89,11 +89,10 @@ static void usage(const char *name, int exit_code)
|
|||
" the context.\n"
|
||||
" --raw -R Show the context in \"raw\" format.\n"
|
||||
" --color -C Output using ANSI color codes (requires -P).\n"
|
||||
" --current Get the context for the current process.\n"
|
||||
" --self Get the context for the current process.\n"
|
||||
" --self-exec Get the exec context for the current process.\n"
|
||||
" --self-fs Get the fs context for the current process.\n"
|
||||
" --self-key Get the key context for the current process.\n"
|
||||
" --current, --self Get the context for the current process.\n"
|
||||
" --current-exec, --self-exec Get the exec context for the current process.\n"
|
||||
" --current-fs, --self-fs Get the fs context for the current process.\n"
|
||||
" --current-key, --self-key Get the key context for the current process.\n"
|
||||
" --parent Get the context for the parent process.\n"
|
||||
" --parent-exec Get the exec context for the parent process.\n"
|
||||
" --parent-fs Get the fs context for the parent process.\n"
|
||||
|
|
Loading…
Reference in New Issue