Files like modules.alias.bin, modules.dep.bin and modules.softdep are mislabeled on your machine. Please run following command: # restorecon -Rv /lib/modules
If comment 2 fixes it, what's the history of this host? How was it installed? What OS version was it installed with? Is it a custom AMI or something else which may have been modified in some way? It looks like those files are created at kernel installation time, what selinux policy was installed at the time that the current kernel was installed?
unlabeled_t means the content was created on a NON SELinux system or was created while SELinux was disabled. unlabeled_t is what the kernel reports when their is no XATTRS for an SELinux label. This can happen when someone takes a USB Stick and inserts it into a machine and then mv's the content to a new directory. Or it can happen when a new file system is created and the creator does not run restorecon on the mount point.
Hi Weibin, I've checked your installation logs. As Comment 1 mentioned, it only effect 3.9 fresh install and 3.10 upgrade installation. For more details, you can only reproduce it while installation has openvswitch RPM install. For fresh 3.10 installation, there is no openvswitch RPM installed. In one 3.10 cluster. # rpm -q openvswitch package openvswitch is not installed
*** This bug has been marked as a duplicate of bug 1587899 ***