selinux/policycoreutils/run_init/run_init.8
Alan Jenkins 62f058980e policycoreutils, python: Fix bad manpage formatting in "SEE ALSO"
Fix missing and surplus commas.  Fix the following formatting errors:

    .BR selinux(8)

renders the the "(8)" in bold as well as the "selinux".  This is wrong.

    .B selinux
    (8)

renders with a space between "selinux" and "(8)", this is wrong.

    .B selinux (8)

commits both of the above mistakes.

    .BR selinux (8), apparmor (8)

omits the space separating "selinux(8)," and "apparmor(8)", this is wrong.
Correct all the above using the following markup:

    .BR selinux (8),
    .BR apparmor (8)

Signed-off-by: Alan Jenkins <alan.christopher.jenkins@gmail.com>
2017-01-12 14:59:31 -05:00

29 lines
908 B
Groff

.TH RUN_INIT "8" "May 2003" "Security Enhanced Linux" NSA
.SH NAME
run_init \- run an init script in the proper SELinux context
.SH SYNOPSIS
.B run_init
\fISCRIPT\fR [[\fIARGS\fR]...]
.br
.SH DESCRIPTION
.PP
Run a init script under the proper context, which is specified in
/etc/selinux/POLICYTYPE/contexts/initrc_context.
It is generally used interactively as it requires either shadow or
PAM user authentication (depending on compile-time options). It
should be possible to configure PAM such that interactive input is
not required. Check your PAM documentation.
.SH FILES
/etc/passwd - user account information
.br
/etc/shadow - encrypted passwords and age information
.br
/etc/selinux/POLICYTYPE/contexts/initrc_context - contains the context to run init scripts under
.SH SEE ALSO
.BR newrole (1),
.BR runcon (1)
.SH AUTHORS
.nf
Wayne Salamon (wsalamon@tislabs.com)
Dan Walsh (dwalsh@redhat.com)