Description of problem: devtmpfs - set root directory mode to 0755. Devtmpfs lets the kernel create a tmpfs instance called devtmpfs very early at kernel initialization, before any driver-core device is registered. Every device with a major/minor will provide a device node in devtmpfs. Devtmpfs can be changed and altered by userspace at any time, and in any way needed - just like today's udev-mounted tmpfs. Make sure the root directory permissions is 0755 instead of 1777. This was introduced in v2.6.32-rc1 via commit 2b2af54a. Upstream commit: http://git.kernel.org/linus/f776c5ec4690b21b3668ad5956774a22c86f541a http://git.kernel.org/linus/9329d1beaeed1a94f030c784dcec5ff973f402c4
The Linux kernel as shipped with Red Hat Enterprise Linux 3, 4, 5 and Red Hat Enterprise MRG did not include support for Devtmpfs, and therefore are not affected by this issue.
Fixed in 2.6.32.7 by: driver-core-devtmpfs-set-root-directory-mode-to-0755.patch