mirror of
https://github.com/SELinuxProject/selinux
synced 2025-01-27 07:43:24 +00:00
62f058980e
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>
43 lines
919 B
Groff
43 lines
919 B
Groff
.TH LOAD_POLICY "8" "May 2003" "Security Enhanced Linux" NSA
|
|
.SH NAME
|
|
load_policy \- load a new SELinux policy into the kernel
|
|
|
|
.SH SYNOPSIS
|
|
.B load_policy
|
|
[\-qi]
|
|
.br
|
|
.SH DESCRIPTION
|
|
.PP
|
|
load_policy loads the installed policy file into the kernel.
|
|
The existing policy boolean values are automatically preserved
|
|
across policy reloads rather than being reset to the default
|
|
values in the policy file.
|
|
|
|
.SH "OPTIONS"
|
|
.TP
|
|
.B \-q
|
|
suppress warning messages.
|
|
.TP
|
|
.B \-i
|
|
initial policy load. Only use this if this is the first time policy is being loaded since boot (usually called from initramfs).
|
|
|
|
.SH "EXIT STATUS"
|
|
.TP
|
|
.B 0
|
|
Success
|
|
.TP
|
|
.B 1
|
|
Invalid option
|
|
.TP
|
|
.B 2
|
|
Policy load failed
|
|
.TP
|
|
.B 3
|
|
Initial policy load failed and enforcing mode requested
|
|
.SH SEE ALSO
|
|
.BR booleans (8)
|
|
.SH AUTHORS
|
|
.nf
|
|
This manual page was written by Dan Walsh <dwalsh@redhat.com>.
|
|
The program was written by Stephen Smalley <sds@epoch.ncsc.mil>.
|