]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
dbus: Fix permissions of the setuid helper
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 28 Oct 2025 15:43:40 +0000 (15:43 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 6 Nov 2025 16:01:10 +0000 (16:01 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/dbus

index a03c840d59213e50dce567ed18193819a38bf8c9..4bdfb65052cf44b3b67b1c1eed4d97db5cd4b39c 100644 (file)
--- 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)