Does "fixfiles -F onboot" use the -F option at all, or does it just run the normal fixfiles routine? The man page lists "fixfiles onboot" as the only usage for the onboot parameter, but I'd like to see the security contexts fixed for things in /var/www/cherokee. I don't know if that even matters or not.
Thank you.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 09/27/2011 05:48 PM, Russell Golden wrote:
Does "fixfiles -F onboot" use the -F option at all, or does it just run the normal fixfiles routine? The man page lists "fixfiles onboot" as the only usage for the onboot parameter, but I'd like to see the security contexts fixed for things in /var/www/cherokee. I don't know if that even matters or not.
Thank you.
Fixfiles onboot just does a
touch /.autorelabel
So the -F has no effect.
Why not just run restorecon -F -R -v /var/www
selinux@lists.fedoraproject.org