Add missing man page for sefcontext_compile

This commit is contained in:
Dan Walsh 2013-10-09 14:38:47 -04:00 committed by Stephen Smalley
parent 2540b20096
commit 2af252621b
2 changed files with 21 additions and 2 deletions

View File

@ -0,0 +1,19 @@
.TH "sefcontext_compile" "8" "27 Jun 2013" "dwalsh@redhat.com" "SELinux Command Line documentation"
.SH "NAME"
sefcontext_compile \- compile file context regular expression files
.
.SH "SYNOPSIS"
.B sefcontext_compile inputfile
.
.SH "DESCRIPTION"
sefcontext_compile is used libsemanage to compile file context regular expressions into prce format. sefcontext_compile writes the compiled prce file with the .bin suffix appended "inputfile".bin. This compiled file is used by libselinux file labeling functions.
.SH "EXAMPLE"
sefcontext_compile /etc/selinux/targeted/contexts/files/file_contexts
.
.SH AUTHOR
Dan Walsh, <dwalsh@redhat.com>
.
.SH "SEE ALSO"
.BR selinux (8),
.BR semanage (8),

View File

@ -92,7 +92,7 @@ The binary policy name has by convention the SELinux policy version that it supp
.RS .RS
This entry is deprecated and should be removed or set to \fI0\fR. This entry is deprecated and should be removed or set to \fI0\fR.
.sp .sp
If set to \fI1\fR, then \fBselinux_mkload_policy\fR(3) will read the local customisation for booleans (see \fBbooleans\fR(5)) and users (see \fBlocal.users\fR(5)). If set to \fI1\fR, then \fBselinux_mkload_policy\fR(3) will read the local customization for booleans (see \fBbooleans\fR(5)) and users (see \fBlocal.users\fR(5)).
.RE .RE
.sp .sp
.B REQUIRESEUSERS .B REQUIRESEUSERS
@ -122,7 +122,7 @@ This is an optional entry that allows the file system to be relabeled.
.sp .sp
If set to \fI0\fR and there is a file called \fI.autorelabel\fR in the root directory, then on a reboot, the loader will drop to a shell where a root login is required. An administrator can then manually relabel the file system. If set to \fI0\fR and there is a file called \fI.autorelabel\fR in the root directory, then on a reboot, the loader will drop to a shell where a root login is required. An administrator can then manually relabel the file system.
.sp .sp
If set to \fI1\fR or no entry present (the default) and there is a \fI.autorelabel\fR file in the root directory, then the file system will be automatically relabeled using \fBfixfiles -F restore\fR If set to \fI1\fR or no entry present (the default) and there is a \fI.autorelabel\fR file in the root directory, then the file system will be automatically relabeled using \fBfixfiles \-F restore\fR
.sp .sp
In both cases the \fI/.autorelabel\fR file will be removed so that relabeling is not done again. In both cases the \fI/.autorelabel\fR file will be removed so that relabeling is not done again.
.RE .RE