commit | 0e67689d52900276dcd669aff9742b02fb4497a5 | [log] [tgz] |
---|---|---|
author | Alan Jenkins <alan.christopher.jenkins@gmail.com> | Wed Jan 11 12:41:10 2017 +0000 |
committer | Stephen Smalley <sds@tycho.nsa.gov> | Thu Jan 12 14:59:36 2017 -0500 |
tree | 4ed4cd262d1317265fb49d26efe7a8f4f4388a46 | |
parent | 62f058980e443514b09895f33e3b8cb0c210852c [diff] |
restorecon manpage: link back to fixfiles fixfiles links to restorecon. However if you start with restorecon "restore file(s) default SELinux security contexts", you can easily miss the fixfiles script. fixfiles is more generally useful than `restorecon -R`. For example `restorecon -R /` is not as good as `fixfiles restore`, because the restorecon command will try to relabel `/sys` and fail noisily. Signed-off-by: Alan Jenkins <alan.christopher.jenkins@gmail.com>