Description of problem: my /var/log/messages file gets a log of selinux access messages about denied access to "VolGroup00-LogVol01". This is the machines swap device which resides on a LVM device. There are two other logical volumes: LogVol00 is / and LogVol02 is /home. Neither of these volumes get any selinux mesages. Version-Release number of selected component (if applicable): selinux-policy-targeted 1.27.2-1 How reproducible: every boot. Steps to Reproduce: 1.boot system 2. 3. Actual results: numerous access denied messages. Expected results: Additional info: I've attached the results of running /var/log/messages through audit2why and audit2allow.
Created attachment 120321 [details] output of allow2why
Created attachment 120322 [details] output of audit2allow
This is caused because the kernel or some other early app is leaking a file descriptor.
See bug #169427. Does it ring a bell? Even if "left open" message is supressed in some versions I do not think that the problem is gone.
*** This bug has been marked as a duplicate of 169427 ***