On Tue, 2004-06-29 at 10:34, Tom London wrote:
kernel-2.6.7-1.439 produces the AVCs shown below. Appears to be having some problem early on dealing with /proc (or /sys) ? (looks like inode#1121665 is the mount point /proc or /sys on /).
This didn't happen with earlier kernels. It appears to cause no problems.
It should be harmless, as any attempt by udev to access proc before it is mounted is going to fail anyway, so this just changes the error condition (ENOENT -> EACCES).