[Buildroot] [git commit] package/dbus: select SELinux module

Thomas Petazzoni thomas.petazzoni at bootlin.com
Fri Sep 4 08:52:49 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=cea777f86a4b8ff1d67040b639004c8642f222b0
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 <antoine.tenart at bootlin.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 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 \


More information about the buildroot mailing list