mirror of
https://github.com/SELinuxProject/selinux
synced 2025-01-27 07:43:24 +00:00
Add missing man page for sefcontext_compile
This commit is contained in:
parent
2540b20096
commit
2af252621b
19
libselinux/man/man8/sefcontext_compile.8
Normal file
19
libselinux/man/man8/sefcontext_compile.8
Normal 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),
|
@ -92,7 +92,7 @@ The binary policy name has by convention the SELinux policy version that it supp
|
||||
.RS
|
||||
This entry is deprecated and should be removed or set to \fI0\fR.
|
||||
.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
|
||||
.sp
|
||||
.B REQUIRESEUSERS
|
||||
@ -122,7 +122,7 @@ This is an optional entry that allows the file system to be relabeled.
|
||||
.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.
|
||||
.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
|
||||
In both cases the \fI/.autorelabel\fR file will be removed so that relabeling is not done again.
|
||||
.RE
|
||||
|
Loading…
Reference in New Issue
Block a user