]> git.ipfire.org Git - thirdparty/systemd.git/commit
machine: introduce io.systemd.MachineImage.Update varlink method
authorIvan Kruglov <mail@ikruglov.com>
Tue, 8 Oct 2024 15:00:11 +0000 (17:00 +0200)
committerIvan Kruglov <mail@ikruglov.com>
Mon, 14 Oct 2024 09:09:18 +0000 (11:09 +0200)
commit7809bd3ba78bd9c7b8a5272ca16edc1e8082c1ac
treec3091fa6d1f5d86264df4f8c86ea90943e375330
parentfb0ea6a6a36b5fa97e6c57d608bb9f7acb63c8b2
machine: introduce io.systemd.MachineImage.Update varlink method

io.systemd.MachineImage.Update implements the following dbus org.freedesktop.machine1.Manager interfaces:

- RenameImage
- MarkImageReadOnly
- SetImageLimit
src/machine/image-varlink.c [new file with mode: 0644]
src/machine/image-varlink.h [new file with mode: 0644]
src/machine/machined-varlink.c
src/machine/meson.build
src/shared/varlink-io.systemd.MachineImage.c