]> code.ossystems Code Review - openembedded-core.git/commitdiff
systemd: do not disable SELinux with musl
authorLuca Boccassi <luca.boccassi@microsoft.com>
Mon, 11 Mar 2019 12:21:29 +0000 (12:21 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 12 Mar 2019 18:56:38 +0000 (11:56 -0700)
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 <luca.boccassi@microsoft.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/systemd/systemd_241.bb

index 76668b741d493d65e4bcda8900073b81fee635cb..1052b3df8c5cd57f17e7334adcc1003888067687 100644 (file)
@@ -102,7 +102,6 @@ PACKAGECONFIG_remove_libc-musl = " \
     nss-mymachines \
     nss-resolve \
     resolved \
-    selinux \
     smack \
     sysusers \
     utmp \