Commit 23a093eb authored by Nikolay Amiantov's avatar Nikolay Amiantov
Browse files

dbus service: fix path to the launch helper

parent f6eb6862
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -121,7 +121,7 @@ in

    security.setuidOwners = singleton
      { program = "dbus-daemon-launch-helper";
        source = "${pkgs.dbus_daemon.lib}/libexec/dbus-daemon-launch-helper";
        source = "${pkgs.dbus_daemon.out}/libexec/dbus-daemon-launch-helper";
        owner = "root";
        group = "messagebus";
        setuid = true;