All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] dbus-broker: enable SO_PEERSEC usage by default
@ 2021-01-11 15:01 Luca Bocassi
  0 siblings, 0 replies; only message in thread
From: Luca Bocassi @ 2021-01-11 15:01 UTC (permalink / raw)
  To: openembedded-devel

From: Luca Boccassi <luca.boccassi@microsoft.com>

Linux 4.17 is quite old at the moment, the last 3 LTS kernels are all newver,
so it should be safe to enable a better security option by default.

Signed-off-by: Luca Boccassi <luca.boccassi@microsoft.com>
---
 meta-oe/recipes-core/dbus/dbus-broker_25.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-core/dbus/dbus-broker_25.bb b/meta-oe/recipes-core/dbus/dbus-broker_25.bb
index 1f62c142f..8b6825029 100644
--- a/meta-oe/recipes-core/dbus/dbus-broker_25.bb
+++ b/meta-oe/recipes-core/dbus/dbus-broker_25.bb
@@ -29,4 +29,5 @@ FILES_${PN} += "${nonarch_libdir}/systemd/catalog"
 
 EXTRA_OEMESON += " -Dselinux=${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'true', 'false', d)}"
 EXTRA_OEMESON += " -Daudit=${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'true', 'false', d)}"
+EXTRA_OEMESON += " -Dlinux-4-17=true"
 
-- 
2.29.2


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-01-11 15:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-11 15:01 [meta-oe][PATCH] dbus-broker: enable SO_PEERSEC usage by default Luca Bocassi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.