summaryrefslogtreecommitdiff
path: root/src/nspawn
Commit message (Expand)AuthorAgeFilesLines
* Move and rename parse_path_argument() functionZbigniew Jędrzejewski-Szmek2021-02-151-6/+7
* tree-wide: use free_and_strdup_warn()Yu Watanabe2021-02-121-4/+1
* tree-wide: propagate error code from _from_string() functionsZbigniew Jędrzejewski-Szmek2021-02-102-7/+5
* tree-wide: use -EINVAL for enum invalid valuesZbigniew Jędrzejewski-Szmek2021-02-102-7/+7
* shared: rename machine-image.[ch] → discover-image.[ch]Lennart Poettering2021-02-031-1/+1
* tree-wide: Drop custom formatting for print() help messagesDaan De Meyer2021-01-311-6/+7
* tree-wide: add spdx header on all scripts and helpersZbigniew Jędrzejewski-Szmek2021-01-281-0/+1
* tree-wide: ignore messages with too long control dataLennart Poettering2021-01-201-0/+4
* machine-image: properly support searching for images below some --root= pathLennart Poettering2021-01-191-1/+1
* meson: move test or fuzzer definitions to relevant meson.build in subdirectoriesYu Watanabe2021-01-191-0/+14
* fuzzers: move several fuzzersYu Watanabe2021-01-194-0/+58
* meson: make the second and third elements of tests or fuzzers optionalYu Watanabe2021-01-191-1/+1
* nspawn: minor modernizationZbigniew Jędrzejewski-Szmek2021-01-151-28/+9
* nspawn: make rootfs relative to oci bundle pathArian van Putten2021-01-121-1/+17
* nspawn: sort headersYu Watanabe2020-12-181-2/+1
* Merge pull request #17026 from fw-strlen/nft_16Lennart Poettering2020-12-163-26/+39
|\
| * firewall-util: add nftables backendFlorian Westphal2020-12-161-5/+0
| * firewall-util: introduce context structureFlorian Westphal2020-12-163-17/+35
| * nspawn: pass userdata pointer, not inet_addr unionFlorian Westphal2020-12-162-4/+4
* | Move hostname setup logic to new shared/hostname-setup.[ch]Zbigniew Jędrzejewski-Szmek2020-12-161-0/+1
|/
* hostname-util: flagsify hostname_is_valid(), drop machine_name_is_valid()Lennart Poettering2020-12-153-5/+5
* nspawn: remove outdated comment regarding bpffsIlya Dmitrichenko2020-12-141-1/+1
* systemd-nspawn: Allow setting ambient capability setTorsten Hilbrich2020-12-073-6/+41
* 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