From: Ivan Kruglov Date: Mon, 21 Oct 2024 11:51:22 +0000 (+0200) Subject: machine: align polkit verb of io.systemd.MachineImage.Update with the rest of the... X-Git-Tag: v257-rc1~50^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a52ce4a29dd2346c80bebb5722019d7cee712cf3;p=thirdparty%2Fsystemd.git machine: align polkit verb of io.systemd.MachineImage.Update with the rest of the code --- diff --git a/src/machine/image-varlink.c b/src/machine/image-varlink.c index 3177a938477..2909e2a750b 100644 --- a/src/machine/image-varlink.c +++ b/src/machine/image-varlink.c @@ -57,7 +57,7 @@ int vl_method_update_image(sd_varlink *link, sd_json_variant *parameters, sd_var manager->bus, "org.freedesktop.machine1.manage-images", (const char**) STRV_MAKE("image", image->name, - "verb", "update_image"), + "verb", "update"), &manager->polkit_registry); if (r <= 0) return r;