projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5704f2
)
package/dbus: select SELinux module
author
Antoine Tenart
<antoine.tenart@bootlin.com>
Fri, 31 Jul 2020 10:10:32 +0000
(12:10 +0200)
committer
Thomas Petazzoni
<thomas.petazzoni@bootlin.com>
Fri, 4 Sep 2020 08:52:49 +0000
(10:52 +0200)
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@bootlin.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/dbus/dbus.mk
patch
|
blob
|
history
diff --git
a/package/dbus/dbus.mk
b/package/dbus/dbus.mk
index 3c6762568871cfc03350112ce8936f90a9254bf8..70f2c6fef48df76f76fd8aecb831cc1cf1cf2ccb 100644
(file)
--- 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 \