From: Luca Boccassi Date: Mon, 11 Mar 2019 12:21:29 +0000 (+0000) Subject: systemd: do not disable SELinux with musl X-Git-Tag: uninative-2.4~31 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=afea472cdc5e72e2794b30b00f68e59ffb1e104c;p=openembedded-core.git systemd: do not disable SELinux with musl Building and running SELinux with musl works fine these days, so don't disable it in the systemd bitbake file. Signed-off-by: Luca Boccassi Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/systemd/systemd_241.bb b/meta/recipes-core/systemd/systemd_241.bb index 76668b741d..1052b3df8c 100644 --- a/meta/recipes-core/systemd/systemd_241.bb +++ b/meta/recipes-core/systemd/systemd_241.bb @@ -102,7 +102,6 @@ PACKAGECONFIG_remove_libc-musl = " \ nss-mymachines \ nss-resolve \ resolved \ - selinux \ smack \ sysusers \ utmp \