From: Michael Tremer Date: Tue, 28 Oct 2025 15:43:40 +0000 (+0000) Subject: dbus: Fix permissions of the setuid helper X-Git-Tag: v2.29-core199~17^2~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e8fc85b7c015410bf5f5aeba1e435860ba9218b;p=ipfire-2.x.git dbus: Fix permissions of the setuid helper Signed-off-by: Michael Tremer --- diff --git a/lfs/dbus b/lfs/dbus index a03c840d5..4bdfb6505 100644 --- a/lfs/dbus +++ b/lfs/dbus @@ -94,5 +94,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) #install initscripts $(call INSTALL_INITSCRIPTS,$(SERVICES)) + # Fix permissions of the launch helper + chown root:messagebus /usr/libexec/dbus-daemon-launch-helper + chmod 4750 /usr/libexec/dbus-daemon-launch-helper + @rm -rf $(DIR_SRC)/dbus* @$(POSTBUILD)