History log of /systemd/src/import/org.freedesktop.import1.policy.in
Revision Date Author Comments Expand
587fec427c80b6c34dcf1d7570f891fcb652a7c5 09-Mar-2015 Lennart Poettering <lennart@poettering.net>

importd: add API for exporting container/VM images Also, expose it in machinectl.

b6e676ce41508e2aeea22202fc8f234126177f52 05-Mar-2015 Lennart Poettering <lennart@poettering.net>

importd: add new bus calls for importing local tar and raw images This also adds "machinectl import-raw" and "machinectl import-tar" to wrap these new bus calls. THe commands basically do for local files that "machinectl pull-raw" and friends do for remote files.

3d7415f43f0fe6a821d7bc4a341ba371e8a30ef3 22-Jan-2015 Lennart Poettering <lennart@poettering.net>

import: introduce new mini-daemon systemd-importd, and make machinectl a client to it The old "systemd-import" binary is now an internal tool. We still use it as asynchronous backend for systemd-importd. Since the import tool might require some IO and CPU resources (due to qcow2 explosion, and decompression), and because we might want to run it with more minimal priviliges we still keep it around as the worker binary to execute as child process of importd. machinectl now has verbs for pulling down images, cancelling them and listing them.