Created attachment 914302 [details] typescript of console Description of problem: Version-Release number of selected component (if applicable): See https://kojipkgs.fedoraproject.org//work/tasks/8984/7098984/root.log How reproducible: Steps to Reproduce: 1. Download and boot https://kojipkgs.fedoraproject.org//work/tasks/8984/7098984/Fedora-Live-Xfce-x86_64-rawhide-20140702.iso 2. Use TAB to edit boot line: remove rhgb and quiet, add "console=ttyS0 enforcing=0 3" 3. Hit Enter to boot 4. When login prompt appears, try to log in as liveuser with no password Actual results: 1.Messages like: "audit: type=1400 audit(1404314449.657:3): avc: denied { read } for pid=571 comm="systemd-sysctl" name="ld.so.cache" dev="dm-0" ino=48924 scontext=system_u:system_r:systemd_sysctl_t:s0 tcontext=system_u:object_r:unlabeled_t:s0 tclass=file permissive=1" in the console log. 2. Log in as liveuser fails. 3. Log in a root, no password succeeds. Can display dmesg and contents of /var/log/messages on screen, but this output is not sent to ttyS0. Expected results: No errors
This does not look like an audit problem. Not sure which subsystem to transfer the bug to. But the AVC mentions that it can't access a file with unlabeled_t. That is the problem. Where ever that file came from, it was created with selinux disabled. The file system needs relabeling. This is not an audit bug.
Closing per comment #1.