diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2024-06-21 21:32:48 +0800 |
---|---|---|
committer | Joe MacDonald <joe.macdonald@siemens.com> | 2024-06-26 10:11:14 -0400 |
commit | bd03ed5695dcf10e6807dc084d4afcd84efa7370 (patch) | |
tree | 07c7f5559ac61c1344902c44a72ca2323fc48357 | |
parent | 914c4adb79233d509e72b5c0f55fecde03a2c210 (diff) | |
download | meta-selinux-bd03ed5695dcf10e6807dc084d4afcd84efa7370.tar.gz |
packagegroup-selinux-minimal: add missing runtime dependency selinux-autorelabel
Add selinux-autorelabel to reset the SELinux label on the root
filesystem at boot time.
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Joe MacDonald <joe.macdonald@siemens.com>
-rw-r--r-- | recipes-security/packagegroups/packagegroup-selinux-minimal.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-security/packagegroups/packagegroup-selinux-minimal.bb b/recipes-security/packagegroups/packagegroup-selinux-minimal.bb index 0f9abae..f06b183 100644 --- a/recipes-security/packagegroups/packagegroup-selinux-minimal.bb +++ b/recipes-security/packagegroups/packagegroup-selinux-minimal.bb | |||
@@ -19,6 +19,7 @@ RDEPENDS:${PN} = "\ | |||
19 | policycoreutils-semodule \ | 19 | policycoreutils-semodule \ |
20 | policycoreutils-sestatus \ | 20 | policycoreutils-sestatus \ |
21 | policycoreutils-setfiles \ | 21 | policycoreutils-setfiles \ |
22 | selinux-autorelabel \ | ||
22 | selinux-init \ | 23 | selinux-init \ |
23 | selinux-labeldev \ | 24 | selinux-labeldev \ |
24 | refpolicy \ | 25 | refpolicy \ |