policycoreutils/setfiles: Mention customizable types in restorecon man page

Signed-off-by: Vit Mojzis <vmojzis@redhat.com>
This commit is contained in:
Vit Mojzis 2016-12-21 10:03:49 +01:00 committed by Stephen Smalley
parent af18b86e0b
commit bec41c4ff6
1 changed files with 9 additions and 2 deletions

View File

@ -58,6 +58,12 @@ The
.B \-F .B \-F
option will force a replacement of the entire context. option will force a replacement of the entire context.
.P .P
If a file is labeled with
.BR customizable
SELinux type (for list of customizable
types see /etc/selinux/{SELINUXTYPE}/contexts/customizable_types), restorecon
won't reset the label unless the \-F option is used.
.P
It is the same executable as It is the same executable as
.BR setfiles .BR setfiles
but operates in a slightly different manner depending on its argv[0]. but operates in a slightly different manner depending on its argv[0].
@ -124,7 +130,7 @@ change files and directories file labels recursively (descend directories).
.br .br
.TP .TP
.B \-v .B \-v
show changes in file labels. Note that the show changes in file labels. Multiple -v options increase the verbosity. Note that the
.B \-v .B \-v
and and
.B \-p .B \-p
@ -209,4 +215,5 @@ The program was written by Dan Walsh <dwalsh@redhat.com>.
.SH "SEE ALSO" .SH "SEE ALSO"
.BR setfiles (8), .BR setfiles (8),
.BR load_policy (8), .BR load_policy (8),
.BR checkpolicy (8) .BR checkpolicy (8),
.BR customizable_types (5)