summaryrefslogtreecommitdiffstats
path: root/src/nspawn/nspawn.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* nspawn: pass the right error variableDavid Tardon2024-05-071-1/+1
* nspawn, vmspawn, run0: add env var for turning off background tintingLennart Poettering2024-05-021-1/+1
* treewide: fix a few typos in NEWS, docs, comments, and log messagesDmitry V. Levin2024-04-271-1/+1
* tree-wide: Use log_setup() everywhereDaan De Meyer2024-04-251-2/+1
* nspawn: fix typoMike Yuan2024-04-221-1/+1
* nspawn: ensure single-process container running as --user can access credentialsLuca Boccassi2024-04-221-4/+18
* nspawn: fix typoYu Watanabe2024-04-081-1/+1
* nspawn: make nspawn work without privilegesLennart Poettering2024-04-061-178/+393
* nspawn: Use dissect_image_mount_and_warn()Daan De Meyer2024-03-221-4/+2
* nspawn: add some debug logging for sd_notify() messages received by the conta...Lennart Poettering2024-03-141-0/+11
* dissect-image: add flag for explicitly enabling userspace verity signature ch...Lennart Poettering2024-02-281-6/+10
* nspawn: hide ^] hint unless we are interactive modeLennart Poettering2024-02-261-4/+6
* ptyfwd: optionally prefix window title with colored dotLennart Poettering2024-02-231-0/+3
* signal-util: imply sentinel -1 in sigprocmask_many() + sigset_add_many() args...Lennart Poettering2024-02-231-1/+1
* nspawn: add support for owneridmap bind optionBenjamin Franzke2024-02-151-1/+1
* Merge pull request #31162 from poettering/tint-tweaksLuca Boccassi2024-02-121-0/+17
|\
| * nspawn: set window title from container nameLennart Poettering2024-02-091-0/+17
* | nspawn: use parse_userns_uid_rangeSam Leonard2024-02-121-24/+2
|/
* nspawn: add missing OOM check on gethostname_malloc()Sam Leonard2024-02-081-2/+4
* nspawn: fix typoYu Watanabe2024-02-081-1/+1
* Merge pull request #31210 from poettering/chdir-hardeningLuca Boccassi2024-02-061-3/+16
|\
| * nspawn: and also add comment, making clear chdir() should come lateLennart Poettering2024-02-061-0/+3
| * nspawn: also refuse paths below API VFS in nspawn's --chdir= fieldLennart Poettering2024-02-061-3/+13
* | mountpoint-util: introduce path_is_mount_point_fullMike Yuan2024-02-061-4/+4
|/
* nspawn: permit --ephemeral with --link-journal=try-* (treat as =no)Ivan Shapovalov2024-02-021-2/+4
* nspawn: resolve network interface names before moving to container network na...Yu Watanabe2024-01-301-0/+4
* nspawn: fix separating empty lines in --help textLennart Poettering2024-01-241-24/+24
* nspawn: tint the terminal bg blue if we are in a containerLennart Poettering2024-01-231-1/+9
* nspawn: optionally tint the background color of a containerLennart Poettering2024-01-231-3/+19
* user-util: add get{pw,gr}{uid,gid,name}_malloc() helpersLennart Poettering2024-01-221-4/+4
* nspawn,vmspawn: let's add some terminal magic to the welcome textLennart Poettering2024-01-221-3/+10
* nspawn-network: split out move_back_network_interfaces()Yu Watanabe2024-01-191-38/+1
* tree-wide: add short comments for namespace_open() and namespace_enter()Yu Watanabe2024-01-191-5/+28
* nspawn: expose a dir in the container where it can bind AF_UNIX sockets that ...Lennart Poettering2024-01-111-3/+117
* nspawn: drop empty #if/#endif sectionLennart Poettering2024-01-091-2/+0
* hexdecoct: make unbase64mem and unhexmem always use SIZE_MAXMike Yuan2024-01-081-2/+2
* nspawn: lock down access to notify socket a bitLennart Poettering2024-01-061-3/+5
* Merge pull request #30791 from poettering/nspawn-restrict-run-hostLennart Poettering2024-01-051-2/+2
|\
| * nspawn: set read-only access mode on two /run/host/ filesLennart Poettering2024-01-051-2/+2
* | nspawn: add new common make_run_host() helperLennart Poettering2024-01-051-4/+16
|/
* nspawn: hook up --image=/--directory=/--template= with vpick logicLennart Poettering2024-01-031-3/+66
* tree-wide: drop space between variable and an increment/decrementYu Watanabe2023-12-241-1/+1
* various: clean up isatty() handlingMike Yuan2023-12-221-5/+4
* tree-wide: use hashmap_isempty() and friendsYu Watanabe2023-12-211-1/+1
* machine-credential: introduce MachineCredentialContextMike Yuan2023-12-141-10/+9
* rlimit-util: add pid_getrlimit() helperLennart Poettering2023-12-141-3/+4
* nspawn: drop redundant assignmentsLennart Poettering2023-12-121-3/+3
* nspawn: suffix some paths in log messages with /, as per coding styleLennart Poettering2023-12-121-1/+1
* nspawn: Check later whether to keep/drop CAP_NET_BIND_SERVICEDaan De Meyer2023-12-071-7/+6
* machine-credential: fix error loggingLennart Poettering2023-11-221-6/+3