summaryrefslogtreecommitdiff
path: root/src/nspawn
Commit message (Expand)AuthorAgeFilesLines
...
* fw_add_local_dnat: remove unused function argumentsFlorian Westphal2020-12-031-6/+0
* fileio: teach read_full_file_full() to read from offset/with maximum sizeLennart Poettering2020-12-011-1/+4
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-0929-29/+29
* seccomp: allow turning off of seccomp filtering via env varLennart Poettering2020-11-051-1/+1
* fileio: beef up READ_FULL_FILE_CONNECT_SOCKET to allow setting sender socket ...Lennart Poettering2020-11-031-1/+1
* nspawn: robustly deal with "uninitialized" machine-idHarald Seiler2020-10-191-1/+1
* tree-wide: assorted coccinelle fixesFrantisek Sumsal2020-10-092-11/+10
* nspawn: don't chown() stdin/stdout passed in when --console=pipe is usedLennart Poettering2020-10-023-14/+17
* nspawn: give better message when invoked as non-root without argumentsZbigniew Jędrzejewski-Szmek2020-09-241-2/+5
* mount-util: rework umount_verbose() to take log level and flags argLennart Poettering2020-09-232-6/+7
* mount-util: switch most mount_verbose() code over to not follow symlinksLennart Poettering2020-09-234-72/+77
* tree-wide: use ERRNO_IS_PRIVILEGE() whereever appropriateLennart Poettering2020-09-221-1/+1
* dissect-image: process /usr/ GPT partition typeLennart Poettering2020-09-191-1/+1
* nspawn: add --console=autopipe modeLennart Poettering2020-09-171-3/+9
* nspawn: don't become TTY controller just to undo it later againLennart Poettering2020-09-172-9/+19
* nspawn: fix fd leak on failure pathLennart Poettering2020-09-171-1/+2
* nspawn: print log notice when we are invoked from a tty but in "pipe" modeLennart Poettering2020-09-171-2/+8
* nspawn: check return of setsid()Lennart Poettering2020-09-171-1/+4
* dissect: wrap verity settings in new VeritySettings structureLennart Poettering2020-09-171-46/+41
* nspawn: downgrade log level if the error will be ignoredYu Watanabe2020-09-101-54/+37
* Rename strv_split_extract() to strv_split_full()Zbigniew Jędrzejewski-Szmek2020-09-091-1/+1
* nspawn: use extract_first_word()Zbigniew Jędrzejewski-Szmek2020-09-091-7/+9
* nspawn: let's make LinkJournal an extended booleanLennart Poettering2020-09-021-5/+12
* nspawn: add --set-credential= and --load-credential=Lennart Poettering2020-08-255-4/+231
* Merge pull request #16819 from keszybz/seccomp-enosysZbigniew Jędrzejewski-Szmek2020-08-251-5/+27
|\
| * nspawn: turn on higher optimization level in seccompZbigniew Jędrzejewski-Szmek2020-08-241-0/+7
| * nspawn: return ENOSYS by default, EPERM for "known" callsZbigniew Jędrzejewski-Szmek2020-08-241-5/+15
| * shared/seccomp-util: added functionality to make list of filtred syscallsZbigniew Jędrzejewski-Szmek2020-08-241-2/+7
* | seccomp: add support for riscv64Aurelien Jarno2020-08-211-0/+3
* | Merge pull request #16543 from poettering/nspawn-run-hostLennart Poettering2020-08-201-20/+21
|\ \ | |/ |/|
| * nspawn: provide $container and $container_uuid in /run/host tooLennart Poettering2020-08-201-0/+8
| * nspawn,pid1: pass "inaccessible" nodes from cntr mgr to pid1 payload via /run...Lennart Poettering2020-08-201-1/+1
| * nspawn: move $NOTIFY_SOCKET into /run/host/ tooLennart Poettering2020-08-201-8/+6
| * nspawn/machine: move mount propagation dir to /run/host/incomingLennart Poettering2020-08-201-11/+6
* | shared/seccomp: use _cleanup_ in one more placeZbigniew Jędrzejewski-Szmek2020-08-191-1/+1
|/
* dissect: introduce new helper dissected_image_mount_and_warn() and use it eve...Lennart Poettering2020-08-111-7/+6
* Merge pull request #16308 from bluca/root_image_optionsZbigniew Jędrzejewski-Szmek2020-08-031-0/+1
|\
| * service: add new RootImageOptions featureLuca Boccassi2020-07-291-0/+1
* | nspawn: Fix incorrect usage of putenvDaan De Meyer2020-08-031-1/+1
* | pid1: stop limiting size of /dev/shmZbigniew Jędrzejewski-Szmek2020-07-301-2/+2
|/
* nspawn: rework how /run/host/ is set upLennart Poettering2020-07-232-31/+36
* nspawn: add missing spdx headerLennart Poettering2020-07-231-0/+1
* nspawn: fix MS_SHARED mount propagation for userns containersLennart Poettering2020-07-231-12/+17
* nspawn: set container_host env vars before user argumentsLuca Boccassi2020-07-201-1/+1
* nspawn: mount os-release in two steps to make it read-onlyLuca Boccassi2020-07-161-3/+7
* nspawn: use access/F_OK instead of stat to check for file existenceLuca Boccassi2020-07-161-2/+1
* nss-mymachines: drop support for UID/GID resolvingLennart Poettering2020-07-141-1/+1
* Merge pull request #15891 from bluca/host_os_releaseZbigniew Jędrzejewski-Szmek2020-07-083-67/+50
|\
| * nspawn: implement container host os-release interfaceLuca Boccassi2020-06-233-14/+49
| * nspawn: use mkdir_p_safe instead of homegrown versionLuca Boccassi2020-06-231-54/+2