From: Antoine Tenart Date: Fri, 31 Jul 2020 10:10:32 +0000 (+0200) Subject: package/dbus: select SELinux module X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cea777f86a4b8ff1d67040b639004c8642f222b0;p=buildroot.git package/dbus: select SELinux module Select the dbus SElinux module so that it will be compiled in the refpolicy. This way, if an SELinux policy is generated, dbus will be supported. Signed-off-by: Antoine Tenart Signed-off-by: Thomas Petazzoni --- diff --git a/package/dbus/dbus.mk b/package/dbus/dbus.mk index 3c67625688..70f2c6fef4 100644 --- a/package/dbus/dbus.mk +++ b/package/dbus/dbus.mk @@ -20,6 +20,8 @@ endef DBUS_DEPENDENCIES = host-pkgconf expat +DBUS_SELINUX_MODULES = dbus + DBUS_CONF_OPTS = \ --with-dbus-user=dbus \ --disable-tests \