Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | selinux-autorelabel: enable labeling during build | Yi Zhao | 2023-10-12 | 1 | -3/+3 |
| | | | | | | | | | | | | | Previously, system using systemd would label selinux contexts on first boot. While system using sysvinit would label during build. Add a variable FIRST_BOOT_RELABEL as a switch to control labeling to make the behavior of sysvinit and systemd consistent. Set FIRST_BOOT_RELABEL to 1 in local.conf to enable labeling on first boot. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Joe MacDonald <joe@deserted.net> | ||||
* | selinux: move selinux scripts to selinux-scripts | Yi Zhao | 2021-12-08 | 11 | -0/+246 |
There are too many recipes in recipes-security/selinux. Keep the selinux userspace recipes and move selinux scripts to selinux-scripts directory to make the directory hierarchy clearer. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Joe MacDonald <joe@deserted.net> |