summaryrefslogtreecommitdiffstats
path: root/tmpfiles.d (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-10-07mkosi: update debian commit referenceLuca Boccassi1-1/+1
* 51389fefca Upstream profile: skip dh_strip_nondeterminism * 647fd0d40c Install kernel-install uki.conf example * ddfeb24f55 autopkgtest: skip gdm3 on armel for smoke tests
2024-10-07Semaphore: switch from /tmp to /var/tmp to avoid disk space issuesLuca Boccassi1-2/+3
Builds have been failing as we run out of space in /tmp/, move to /var/tmp
2024-10-07machine: tests for varlink interfacesIvan Kruglov1-7/+61
- io.systemd.Machine.List - io.systemd.Machine.Kill - io.systemd.Machine.Terminate - io.systemd.Machine.Register - io.systemd.Machine.Unregister
2024-10-07machine: extend io.systemd.Machine.List output with sshPrivateKeyPath fieldIvan Kruglov2-2/+5
Effectivelly, this is an implementation of GetMachineSSHInfo in dbus.
2024-10-07machine: use JSON_BUILD_PAIR_STRING_NON_EMPTY() in io.systemd.Machine.List ↵Ivan Kruglov1-4/+4
output
2024-10-07machine: introduce io.systemd.Machine.Kill varlink methodIvan Kruglov4-1/+78
2024-10-07machine: introduce io.systemd.Machine.Terminate varlink methodIvan Kruglov4-1/+36
2024-10-07machine: introduce io.systemd.Machine.Unregister varlink methodIvan Kruglov4-2/+64
2024-10-07machine: io.systemd.Machine.List supports 'pid' filterIvan Kruglov4-10/+123
2024-10-07test: set TEST_NESTED_KVM as defaultThomas Blume2-11/+5
2024-10-07mkosi: Switch to Fedora 41Daan De Meyer1-1/+1
It's due for release soon and will fix the flakyness of TEST-58-REPART so let's bump the Fedora 40 job to Fedora 41.
2024-10-07sd-json: use sd_json_dispatch_const_string() in sd_json_dispatch_string()Yu Watanabe2-22/+8
Also, do similar for json_dispatch_user_group_name().
2024-10-07tree-wide: drop doubled empty linesYu Watanabe62-69/+0
2024-10-07network: use Network.name for bus pathYu Watanabe1-20/+3
No functional change, just refactoring.
2024-10-07networkctl: sort ifindexes in status commandYu Watanabe1-9/+44
Before: $ networkctl status ● Interfaces: 372, 368, 373, 375, 376, 377, 378, 379, 381, 391, 3, 1201, 1202, 1184, 1610, 9, 8, 1340, 2, 1, 1256, 7 After: $ networkctl status ● Interfaces: 1, 2, 3, 7, 8, 9, 368, 372, 373, 375, 376, 377, 378, 379, 381, 391, 1184, 1201, 1202, 1256, 1340, 1610
2024-10-07homectl: drop unnecessary bracketsYu Watanabe1-2/+1
Follow-up for 164ca24d7464253e5f8375226b792ef8f6eaffd0.
2024-10-07po: Translated using Weblate (Kabyle)ButterflyOfFire1-8/+9
Currently translated at 3.1% (8 of 253 strings) Co-authored-by: ButterflyOfFire <butterflyoffire@protonmail.com> Translate-URL: https://translate.fedoraproject.org/projects/systemd/main/kab/ Translation: systemd/main
2024-10-07core: warn if a generator is world-writableLukas Nykryn3-1/+14
... because that is obviously a security risk.
2024-10-07hwdb: add SCAI SKU prefix for Samsung keyboard mapping (#34648)Joshua Grisham1-10/+11
2024-10-07udev-node: introduce node_remove_symlink()Yu Watanabe1-14/+16
Also - make the failure propagated, - remove /dev/block or /dev/char if empty. Hopefully, no effective functionality changed. Just refactoring.
2024-10-07udev-node: rename node_symlink() -> node_create_symlink()Yu Watanabe1-5/+5
Also adds short comment for the NULL arguments. No functional change, just refactoring.