]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
machine: align polkit verb of io.systemd.MachineImage.Update with the rest of the...
authorIvan Kruglov <mail@ikruglov.com>
Mon, 21 Oct 2024 11:51:22 +0000 (13:51 +0200)
committerIvan Kruglov <mail@ikruglov.com>
Fri, 1 Nov 2024 14:20:59 +0000 (15:20 +0100)
src/machine/image-varlink.c

index 3177a9384771cecf1e06a5c3477a44e3becd9045..2909e2a750bd9a710141c62e54420de2b9c1b195 100644 (file)
@@ -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;