Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | shared: rename machine-image.[ch] → discover-image.[ch] | Lennart Poettering | 2021-02-03 | 1 | -1/+1 |
| | | | | | | | | | | The old name originates when this was used to discover "machine" images, as managed by machined/machinectl. But nowadays this is also used by portable services and system extensions, hence let's use a more generic name for this API. Taking inspiration from "dissect-image.[ch]", let's call this "discover-image.[ch]". This is pure renaming, no other changes. | ||||
* | license: LGPL-2.1+ -> LGPL-2.1-or-later | Yu Watanabe | 2020-11-09 | 1 | -1/+1 |
| | |||||
* | tree-wide: add multiple inclusion guard | Yu Watanabe | 2018-06-25 | 1 | -0/+1 |
| | |||||
* | add new portable service framework | Lennart Poettering | 2018-05-24 | 1 | -0/+11 |
This adds a small service "systemd-portabled" and a matching client "portablectl", which implement the "portable service" concept. The daemon implements the actual operations, is PolicyKit-enabled and is activated on demand with exit-on-idle. Both the daemon and the client are an optional build artifact, enabled by default rhough. |