diff mbox series

[meta-selinux] packagegroup-selinux-minimal: add missing runtime dependency selinux-autorelabel

Message ID 20240621133248.2932427-1-yi.zhao@windriver.com
State New
Headers show
Series [meta-selinux] packagegroup-selinux-minimal: add missing runtime dependency selinux-autorelabel | expand

Commit Message

Yi Zhao June 21, 2024, 1:32 p.m. UTC
Add selinux-autorelabel to reset the SELinux label on the root
filesystem at boot time.

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
---
 recipes-security/packagegroups/packagegroup-selinux-minimal.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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} = "\
 	policycoreutils-semodule \
 	policycoreutils-sestatus \
 	policycoreutils-setfiles \
+	selinux-autorelabel \
 	selinux-init \
 	selinux-labeldev \
 	refpolicy \