Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | udev: uprev to oe-core version 182. | Xin Ouyang | 2012-11-07 | 1 | -7/+0 |
| | | | | Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com> | ||||
* | udev: initscript restore security context for /dev | Xin Ouyang | 2012-10-18 | 1 | -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 Ouyang | 2012-06-20 | 1 | -0/+5 |
Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com> |