From: Luca Boccassi Date: Mon, 11 Mar 2019 12:21:29 +0000 (+0000) Subject: systemd: do not disable SELinux with musl X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~15056 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afea472cdc5e72e2794b30b00f68e59ffb1e104c;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 76668b741d4..1052b3df8c5 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 \