From cea777f86a4b8ff1d67040b639004c8642f222b0 Mon Sep 17 00:00:00 2001 From: Antoine Tenart Date: Fri, 31 Jul 2020 12:10:32 +0200 Subject: [PATCH] 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 --- package/dbus/dbus.mk | 2 ++ 1 file changed, 2 insertions(+) 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 \ -- 2.30.2