summaryrefslogtreecommitdiffstats
path: root/recipes-core/udev/udev_164.bbappend
Commit message (Collapse)AuthorAgeFilesLines
* udev: uprev to oe-core version 182.Xin Ouyang2012-11-071-7/+0
| | | | Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
* udev: initscript restore security context for /devXin Ouyang2012-10-181-1/+3
| | | | | | | | | | | | | | Poky/oe-core has set CONFIG_DEVTMPFS_MOUNT=y for kernel to mount /dev with devtmpfs itself. With MLS policy, kernel is running in s15:c0.c1023 level, so /dev will be relabeled to this high level too. This will cause processes running with low levels can not visit /dev directory. So, we just run restorecon /dev to fix this. Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
* udev: Build with selinux support.Xin Ouyang2012-06-201-0/+5
Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>