| Commit message (Expand) | Author | Age | Files | Lines |
* | nspawn: whitespace | Zbigniew Jędrzejewski-Szmek | 2024-05-08 | 1 | -14/+14 |
* | nspawn: pass the right error variable | David Tardon | 2024-05-07 | 1 | -1/+1 |
* | nspawn, vmspawn, run0: add env var for turning off background tinting | Lennart Poettering | 2024-05-02 | 1 | -1/+1 |
* | tree-wide: fix type confusion around parsing JSON booleans | Lennart Poettering | 2024-05-02 | 1 | -2/+2 |
* | tree-wise: several cleanups for logging | Yu Watanabe | 2024-04-30 | 1 | -3/+3 |
* | treewide: fix a few typos in NEWS, docs, comments, and log messages | Dmitry V. Levin | 2024-04-27 | 2 | -2/+2 |
* | tree-wide: Use log_setup() everywhere | Daan De Meyer | 2024-04-25 | 1 | -2/+1 |
* | nspawn: fix typo | Mike Yuan | 2024-04-22 | 1 | -1/+1 |
* | nspawn: ensure single-process container running as --user can access credentials | Luca Boccassi | 2024-04-22 | 1 | -4/+18 |
* | nspawn: rename config_parse_timezone() -> config_parse_timezone_mode() | Yu Watanabe | 2024-04-19 | 3 | -3/+3 |
* | nspawn: align tables | Yu Watanabe | 2024-04-19 | 1 | -21/+21 |
* | nspawn,shared/netif-util: move generate_mac and shorten_ifname to shared/neti... | Sam Leonard | 2024-04-15 | 1 | -85/+9 |
* | tree-wide: make sure net/if.h is included before any linux/ header | Frantisek Sumsal | 2024-04-09 | 1 | -0/+1 |
* | nspawn: fix typo | Yu Watanabe | 2024-04-08 | 1 | -1/+1 |
* | nspawn: make nspawn work without privileges | Lennart Poettering | 2024-04-06 | 5 | -239/+493 |
* | tree-wide: use device_is_processed() more | Yu Watanabe | 2024-04-04 | 1 | -1/+1 |
* | Merge pull request #31886 from DaanDeMeyer/logind | Mike Yuan | 2024-03-24 | 1 | -8/+5 |
|\ |
|
| * | tree-wide: Add allow_pidfd argument to bus_append_scope_pidref() | Daan De Meyer | 2024-03-22 | 1 | -8/+5 |
* | | nspawn: Use dissect_image_mount_and_warn() | Daan De Meyer | 2024-03-22 | 1 | -4/+2 |
|/ |
|
* | nspawn: add some debug logging for sd_notify() messages received by the conta... | Lennart Poettering | 2024-03-14 | 1 | -0/+11 |
* | extract-word: modernize extract_many_words | Mike Yuan | 2024-03-03 | 1 | -1/+1 |
* | dissect-image: add flag for explicitly enabling userspace verity signature ch... | Lennart Poettering | 2024-02-28 | 1 | -6/+10 |
* | nspawn: minor coding style tweaks to nspawn-register.c | Lennart Poettering | 2024-02-28 | 1 | -2/+6 |
* | nspawn: hide ^] hint unless we are interactive mode | Lennart Poettering | 2024-02-26 | 1 | -4/+6 |
* | ptyfwd: optionally prefix window title with colored dot | Lennart Poettering | 2024-02-23 | 1 | -0/+3 |
* | signal-util: imply sentinel -1 in sigprocmask_many() + sigset_add_many() args... | Lennart Poettering | 2024-02-23 | 1 | -1/+1 |
* | Merge pull request #31320 from DaanDeMeyer/versioning | Daan De Meyer | 2024-02-15 | 1 | -1/+1 |
|\ |
|
| * | meson: Start adding devel and rc suffixes to the project version | Daan De Meyer | 2024-02-14 | 1 | -1/+1 |
* | | nspawn: add support for owneridmap bind option | Benjamin Franzke | 2024-02-15 | 2 | -2/+9 |
|/ |
|
* | Merge pull request #31162 from poettering/tint-tweaks | Luca Boccassi | 2024-02-12 | 1 | -0/+17 |
|\ |
|
| * | nspawn: set window title from container name | Lennart Poettering | 2024-02-09 | 1 | -0/+17 |
* | | nspawn: use parse_userns_uid_range | Sam Leonard | 2024-02-12 | 1 | -24/+2 |
|/ |
|
* | nspawn: add missing OOM check on gethostname_malloc() | Sam Leonard | 2024-02-08 | 1 | -2/+4 |
* | nspawn: fix typo | Yu Watanabe | 2024-02-08 | 1 | -1/+1 |
* | Merge pull request #31210 from poettering/chdir-hardening | Luca Boccassi | 2024-02-06 | 1 | -3/+16 |
|\ |
|
| * | nspawn: and also add comment, making clear chdir() should come late | Lennart Poettering | 2024-02-06 | 1 | -0/+3 |
| * | nspawn: also refuse paths below API VFS in nspawn's --chdir= field | Lennart Poettering | 2024-02-06 | 1 | -3/+13 |
* | | mountpoint-util: introduce path_is_mount_point_full | Mike Yuan | 2024-02-06 | 3 | -9/+9 |
|/ |
|
* | nspawn: permit --ephemeral with --link-journal=try-* (treat as =no) | Ivan Shapovalov | 2024-02-02 | 1 | -2/+4 |
* | nspawn: resolve network interface names before moving to container network na... | Yu Watanabe | 2024-01-30 | 3 | -43/+44 |
* | nspawn: fix separating empty lines in --help text | Lennart Poettering | 2024-01-24 | 1 | -24/+24 |
* | nspawn: tint the terminal bg blue if we are in a container | Lennart Poettering | 2024-01-23 | 1 | -1/+9 |
* | nspawn: optionally tint the background color of a container | Lennart Poettering | 2024-01-23 | 1 | -3/+19 |
* | user-util: add get{pw,gr}{uid,gid,name}_malloc() helpers | Lennart Poettering | 2024-01-22 | 1 | -4/+4 |
* | nspawn,vmspawn: let's add some terminal magic to the welcome text | Lennart Poettering | 2024-01-22 | 1 | -3/+10 |
* | nspawn-network: support passing wireless interface to container | Yu Watanabe | 2024-01-19 | 1 | -2/+118 |
* | nspawn-network: also check alternative names | Yu Watanabe | 2024-01-19 | 1 | -5/+34 |
* | nspawn-network: split out move_network_interface_one() | Yu Watanabe | 2024-01-19 | 1 | -25/+74 |
* | nspawn-network: split out move_back_network_interfaces() | Yu Watanabe | 2024-01-19 | 3 | -38/+81 |
* | tree-wide: add short comments for namespace_open() and namespace_enter() | Yu Watanabe | 2024-01-19 | 2 | -8/+44 |