aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorLuca Boccassi <luca.boccassi@microsoft.com>2021-01-11 15:01:46 +0000
committerKhem Raj <raj.khem@gmail.com>2021-01-11 09:51:22 -0800
commit67631e5ac77347dce5cb9cdceb29fcf0b8bd325b (patch)
treea2080ef81ff3f0dad4d4b8b9117c4e8023ffae3b /meta-oe
parentb0b415d99cc77a0ad379696fdc2312be99510156 (diff)
downloadmeta-openembedded-contrib-67631e5ac77347dce5cb9cdceb29fcf0b8bd325b.tar.gz
dbus-broker: enable SO_PEERSEC usage by default
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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-core/dbus/dbus-broker_25.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-core/dbus/dbus-broker_25.bb b/meta-oe/recipes-core/dbus/dbus-broker_25.bb
index 1f62c142f9..8b6825029d 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"