Description of problem: It looks like the filesystem package has incorrect permissions for the /sys directory. While it's true that /sys is just a mount point (for a kernel virtual filesystem), it wouldn't hurt to set on it the same permissions the file that's mounted. Version-Release number of selected component (if applicable): filesystem-3.2-19.fc20.x86_64 How reproducible: Every time Steps to Reproduce: 1. rpm -V -f /sys Actual results: .M....... /sys Expected results: (nothing) Additional info: After booting and mounting: # ls -ldZ /sys dr-xr-xr-x. root root system_u:object_r:sysfs_t:s0 /sys
For easy reference, the man page for rpm -V says: M Mode differs (includes permissions and file type)
Thanks for report -> https://lists.fedoraproject.org/pipermail/scm-commits/Week-of-Mon-20131202/1153691.html ... Closing RAWHIDE.