| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | treewide: fix a few typos in NEWS, docs, comments, and log messages | Dmitry V. Levin | 2024-04-27 | 1 | -1/+1 |
* | 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: fix typo | Yu Watanabe | 2024-04-08 | 1 | -1/+1 |
* | nspawn: make nspawn work without privileges | Lennart Poettering | 2024-04-06 | 1 | -178/+393 |
* | 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 |
* | dissect-image: add flag for explicitly enabling userspace verity signature ch... | Lennart Poettering | 2024-02-28 | 1 | -6/+10 |
* | 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 |
* | nspawn: add support for owneridmap bind option | Benjamin Franzke | 2024-02-15 | 1 | -1/+1 |
* | 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 | 1 | -4/+4 |
|/ |
|
* | 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 | 1 | -0/+4 |
* | 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: split out move_back_network_interfaces() | Yu Watanabe | 2024-01-19 | 1 | -38/+1 |
* | tree-wide: add short comments for namespace_open() and namespace_enter() | Yu Watanabe | 2024-01-19 | 1 | -5/+28 |
* | nspawn: expose a dir in the container where it can bind AF_UNIX sockets that ... | Lennart Poettering | 2024-01-11 | 1 | -3/+117 |
* | nspawn: drop empty #if/#endif section | Lennart Poettering | 2024-01-09 | 1 | -2/+0 |
* | hexdecoct: make unbase64mem and unhexmem always use SIZE_MAX | Mike Yuan | 2024-01-08 | 1 | -2/+2 |
* | nspawn: lock down access to notify socket a bit | Lennart Poettering | 2024-01-06 | 1 | -3/+5 |
* | Merge pull request #30791 from poettering/nspawn-restrict-run-host | Lennart Poettering | 2024-01-05 | 1 | -2/+2 |
|\ |
|
| * | nspawn: set read-only access mode on two /run/host/ files | Lennart Poettering | 2024-01-05 | 1 | -2/+2 |
* | | nspawn: add new common make_run_host() helper | Lennart Poettering | 2024-01-05 | 1 | -4/+16 |
|/ |
|
* | nspawn: hook up --image=/--directory=/--template= with vpick logic | Lennart Poettering | 2024-01-03 | 1 | -3/+66 |
* | tree-wide: drop space between variable and an increment/decrement | Yu Watanabe | 2023-12-24 | 1 | -1/+1 |
* | various: clean up isatty() handling | Mike Yuan | 2023-12-22 | 1 | -5/+4 |
* | tree-wide: use hashmap_isempty() and friends | Yu Watanabe | 2023-12-21 | 1 | -1/+1 |
* | machine-credential: introduce MachineCredentialContext | Mike Yuan | 2023-12-14 | 1 | -10/+9 |
* | rlimit-util: add pid_getrlimit() helper | Lennart Poettering | 2023-12-14 | 1 | -3/+4 |
* | nspawn: drop redundant assignments | Lennart Poettering | 2023-12-12 | 1 | -3/+3 |
* | nspawn: suffix some paths in log messages with /, as per coding style | Lennart Poettering | 2023-12-12 | 1 | -1/+1 |
* | nspawn: Check later whether to keep/drop CAP_NET_BIND_SERVICE | Daan De Meyer | 2023-12-07 | 1 | -7/+6 |
* | machine-credential: fix error logging | Lennart Poettering | 2023-11-22 | 1 | -6/+3 |