| Commit message (Expand) | Author | Age | Files | Lines |
* | switch-root: add a comment regarding the safety limits of rm_rf_children() | Lennart Poettering | 2023-05-17 | 1 | -0/+2 |
* | Merge pull request #27606 from YHNdnzj/loginctl-list-show-state | Yu Watanabe | 2023-05-17 | 1 | -25/+68 |
|\ |
|
| * | loginctl: list-sessions: also show state | Mike Yuan | 2023-05-16 | 1 | -3/+20 |
| * | loginctl: list-sessions: minor modernization | Mike Yuan | 2023-05-16 | 1 | -18/+19 |
| * | loginctl: list-users: also show state | Mike Yuan | 2023-05-16 | 1 | -5/+30 |
* | | Merge pull request #27655 from yuwata/udev-net-assign-alternative-names-only-... | Yu Watanabe | 2023-05-17 | 22 | -89/+176 |
|\ \ |
|
| * | | udev/net: assign alternative names only on add uevent | Yu Watanabe | 2023-05-16 | 5 | -31/+55 |
| * | | sd-netlink: make rtnl_set_link_name() optionally append alternative names | Yu Watanabe | 2023-05-16 | 4 | -24/+78 |
| * | | udev/net: generate new network interface name only on add uevent | Yu Watanabe | 2023-05-16 | 1 | -1/+1 |
| * | | udev/net: verify ID_NET_XYZ before trying to assign it as an alternative name | Yu Watanabe | 2023-05-16 | 1 | -1/+1 |
| * | | udev: make udev_builtin_run() take UdevEvent* | Yu Watanabe | 2023-05-16 | 16 | -31/+41 |
| * | | udev: use SYNTHETIC_ERRNO() at one more place | Yu Watanabe | 2023-05-16 | 1 | -2/+1 |
| |/ |
|
* | | Merge pull request #27651 from mrc0mmand/more-nspawn-tests | Frantisek Sumsal | 2023-05-16 | 3 | -30/+30 |
|\ \ |
|
| * | | nspawn: make sure the device type survives when setting device mode | Frantisek Sumsal | 2023-05-16 | 1 | -1/+1 |
| * | | nspawn: fix a global-buffer-overflow | Frantisek Sumsal | 2023-05-16 | 1 | -0/+1 |
| * | | nspawn: fix inverted condition | Frantisek Sumsal | 2023-05-16 | 1 | -1/+1 |
| * | | nspawn: call json_dispatch() with a correct pointer | Frantisek Sumsal | 2023-05-16 | 1 | -1/+1 |
| * | | nspawn: all hooks should be arrays of objects, not just objects | Frantisek Sumsal | 2023-05-16 | 1 | -3/+3 |
| * | | nspawn: use the just returned errno in the log message | Frantisek Sumsal | 2023-05-16 | 1 | -1/+1 |
| * | | nspawn: disableOOMKiller should be boolean, not int | Frantisek Sumsal | 2023-05-16 | 1 | -7/+7 |
| * | | nspawn: modernize the cleanup functions a bit | Frantisek Sumsal | 2023-05-16 | 1 | -16/+12 |
| * | | nspawn: avoid NULL pointer dereference | Frantisek Sumsal | 2023-05-16 | 2 | -0/+3 |
| * | | nspawn: file system namespace -> mount namespace | Frantisek Sumsal | 2023-05-15 | 1 | -1/+1 |
| * | | nspawn: fix a typo in an error message | Frantisek Sumsal | 2023-05-15 | 1 | -1/+1 |
* | | | Merge pull request #27659 from yuwata/memfd-seal | Mike Yuan | 2023-05-16 | 4 | -2/+48 |
|\ \ \ |
|
| * | | | test: add basic test for memfd_set_sealed() and memfd_get_sealed() | Yu Watanabe | 2023-05-16 | 2 | -0/+31 |
| * | | | memfd-util: set F_SEAL_EXEC flag if supported | Yu Watanabe | 2023-05-16 | 1 | -1/+7 |
| * | | | memfd-util: memfd may also have F_SEAL_EXEC flag | Yu Watanabe | 2023-05-16 | 1 | -1/+2 |
| * | | | missing: add more F_SEAL_XYZ flags | Yu Watanabe | 2023-05-16 | 1 | -0/+8 |
| | |/
| |/| |
|
* | | | Merge pull request #27638 from YHNdnzj/upheldby-unit-file | Mike Yuan | 2023-05-16 | 7 | -13/+39 |
|\ \ \ |
|
| * | | | test: add tests for UpheldBy= in [Install] section | Mike Yuan | 2023-05-15 | 1 | -2/+10 |
| * | | | unit-file: support UpheldBy= in [Install] settings (adding Upholds= deps | Mike Yuan | 2023-05-15 | 6 | -11/+29 |
| | |/
| |/| |
|
* | | | Merge pull request #27573 from poettering/sd-bus-description | Lennart Poettering | 2023-05-16 | 9 | -112/+346 |
|\ \ \ |
|
| * | | | busctl: set a description for the bus connection | Lennart Poettering | 2023-05-16 | 1 | -0/+2 |
| * | | | pid1: debug log client comm/description strings if available for incoming con... | Lennart Poettering | 2023-05-16 | 1 | -2/+20 |
| * | | | test: add testcase for the new sockaddr metainfo logic | Lennart Poettering | 2023-05-16 | 2 | -0/+131 |
| * | | | sd-bus: use the new information in the client's sockaddr in the creds structure | Lennart Poettering | 2023-05-16 | 3 | -2/+89 |
| * | | | sd-bus: bind outgoing AF_UNIX sockets to abstract addresses conveying client ... | Lennart Poettering | 2023-05-16 | 1 | -0/+49 |
| * | | | test-bus-server: minor modernizations | Lennart Poettering | 2023-05-16 | 1 | -6/+1 |
| * | | | test-bus-chat: modernize a few things | Lennart Poettering | 2023-05-16 | 1 | -102/+54 |
| | |/
| |/| |
|
* | | | Merge pull request #27648 from poettering/common-dissect-dir | Lennart Poettering | 2023-05-16 | 15 | -42/+60 |
|\ \ \ |
|
| * | | | dissect-image: port mount_image_privately_interactively() to use /run/systemd... | Lennart Poettering | 2023-05-16 | 12 | -39/+43 |
| * | | | pid1: port unit namespacing to new /run/systemd/mount-rootfs dir | Lennart Poettering | 2023-05-16 | 1 | -3/+4 |
| * | | | namespace: introduce a common dir in /run/ that we can use to see new root fs... | Lennart Poettering | 2023-05-16 | 1 | -0/+5 |
| * | | | mount-util: add umount_and_free() helper | Lennart Poettering | 2023-05-16 | 1 | -0/+8 |
| |/ / |
|
* | | | Merge pull request #27647 from poettering/mount-setup-tweaklets | Lennart Poettering | 2023-05-16 | 1 | -21/+17 |
|\ \ \ |
|
| * | | | mount-setup: minor modernization | Lennart Poettering | 2023-05-16 | 1 | -15/+13 |
| * | | | mount-setup: minor log improvement | Lennart Poettering | 2023-05-16 | 1 | -1/+1 |
| * | | | mount-setup: port to logging about mount attempts via mount_*follow_verbose() | Lennart Poettering | 2023-05-16 | 1 | -5/+3 |
| |/ / |
|
* | | | base-filesystem: mention why we don't carry an entry for /tmp/ for now | Lennart Poettering | 2023-05-16 | 1 | -0/+4 |