summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Boccassi <luca.boccassi@microsoft.com>2019-03-11 12:21:29 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-03-12 11:56:38 -0700
commitafea472cdc5e72e2794b30b00f68e59ffb1e104c (patch)
tree0e752a19423e46a45caa532f3830cfe263a66aa7
parente51cb385e5573c7069de6e8308b9b68eb4a3a162 (diff)
downloadopenembedded-core-afea472cdc5e72e2794b30b00f68e59ffb1e104c.tar.gz
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 <luca.boccassi@microsoft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/systemd/systemd_241.bb1
1 files changed, 0 insertions, 1 deletions
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 \