From bec41c4ff6d0cdf39c84c1c953ef486a056891da Mon Sep 17 00:00:00 2001 From: Vit Mojzis Date: Wed, 21 Dec 2016 10:03:49 +0100 Subject: [PATCH] policycoreutils/setfiles: Mention customizable types in restorecon man page Signed-off-by: Vit Mojzis --- policycoreutils/setfiles/restorecon.8 | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/policycoreutils/setfiles/restorecon.8 b/policycoreutils/setfiles/restorecon.8 index fdb468bd..b00bf4e2 100644 --- a/policycoreutils/setfiles/restorecon.8 +++ b/policycoreutils/setfiles/restorecon.8 @@ -58,6 +58,12 @@ The .B \-F option will force a replacement of the entire context. .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 .BR setfiles 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 .TP .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 and .B \-p @@ -209,4 +215,5 @@ The program was written by Dan Walsh . .SH "SEE ALSO" .BR setfiles (8), .BR load_policy (8), -.BR checkpolicy (8) +.BR checkpolicy (8), +.BR customizable_types (5)