From d00cb4413c3af04a5f04c5398372c832a541a460 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Tue, 19 Feb 2019 11:57:43 +0000 Subject: packagegroup-selinux-minimal: add selinux-init When trying to build a minimal image (eg: without python), the default user on autologin is not mapped to the intended user/role/domain: # id -Z system_u:system_r:kernel_t:s0 And the following error is displayed on autologin: Unable to get valid context for While on an image built with the core-selinux packagegroup: # id -Z unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 Adding selinux-init to the minimal package list fixes the issue. This package does not seem to bring along additional dependencies. Signed-off-by: Luca Boccassi Signed-off-by: Joe MacDonald --- recipes-security/packagegroups/packagegroup-selinux-minimal.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-security/packagegroups/packagegroup-selinux-minimal.bb b/recipes-security/packagegroups/packagegroup-selinux-minimal.bb index 5c2eabd..e198e84 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-init \ selinux-labeldev \ refpolicy \ " -- cgit v1.2.3-54-g00ecf