From 23e749b62bb4c541d19cf3b79611d9d40cb215e1 Mon Sep 17 00:00:00 2001 From: "Anton D. Kachalov" Date: Thu, 4 Feb 2021 13:13:57 +0100 Subject: Enable Systemd NSS module to support DynamicUsers DynamicUsers flag in systemd service configuration file required to create, handle and recycle temporary users. This is essential module for upcoming daemons' privilege separation work. Reference: https://github.com/openbmc/openbmc/issues/3383 Signed-off-by: Anton D. Kachalov Change-Id: Iabd709c4a20f754fc6ea505e640b2d361aba0be2 --- meta-phosphor/conf/distro/include/phosphor-base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/conf/distro') diff --git a/meta-phosphor/conf/distro/include/phosphor-base.inc b/meta-phosphor/conf/distro/include/phosphor-base.inc index af2e6ef76..5b114810f 100644 --- a/meta-phosphor/conf/distro/include/phosphor-base.inc +++ b/meta-phosphor/conf/distro/include/phosphor-base.inc @@ -120,7 +120,7 @@ include conf/distro/include/openbmc-phosphor/${MACHINE}.inc IMAGE_CLASSES_append = " image_types_phosphor phosphor-rootfs-postcommands" IMAGE_CLASSES_append_npcm7xx = " image_types_phosphor_nuvoton" -IMAGE_INSTALL_append = " dbus-broker" +IMAGE_INSTALL_append = " dbus-broker libnss-systemd" # Skip the udev database by default. It adds around 2MB # compressed to the root filesystem, and probably doesn't -- cgit v1.2.3