summaryrefslogtreecommitdiff
path: root/src/nspawn
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use the term "initrd" at most places we so far used "initramfs"Lennart Poettering2022-09-231-4/+3
* tree-wide: drop unused reference to DecryptedImageYu Watanabe2022-09-181-3/+1
* nspawn: fix two error stringsLennart Poettering2022-09-171-2/+2
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-134-117/+42
* dissect-image: use loop backing file or device node as name of the imageYu Watanabe2022-09-071-1/+0
* nspawn: add support for rootidmap bind optionQuentin Deslandes2022-09-052-2/+4
* nspawn: rename RemountIdmapFlags enum to RemountIdmappingQuentin Deslandes2022-09-052-10/+10
* dissect-image: introduce dissect_loop_device() which takes LoopDevice objectYu Watanabe2022-09-031-5/+2
* sd-device: rename devpath_from_devnum() -> devname_from_devnum()Yu Watanabe2022-09-031-1/+1
* loop-util: rework how we lock loopback block devicesLennart Poettering2022-09-011-7/+1
* tree-wide: Use correct format specifiersJan Janssen2022-08-302-7/+7
* tree-wide: use devpath_from_devnum() and device_open_from_devnum()Yu Watanabe2022-08-281-1/+2
* Drop the limit on number of inodes for /devFranck Bui2022-08-191-1/+1
* nspawn: Support relative source paths for --bind and --overlayDaan De Meyer2022-07-121-21/+62
* nspawn: Drop unnecessary intermediate variableDaan De Meyer2022-07-111-4/+3
* nspawn: support PrivateUsers=identityYu Watanabe2022-06-271-0/+5
* nspawn: update help message for user namespacingYu Watanabe2022-06-271-3/+7
* nspawn: fix UID map stringYu Watanabe2022-06-161-2/+2
* Merge pull request #23616 from keszybz/in-addr-to-string-formattingYu Watanabe2022-06-091-6/+1
|\
| * basic/in-addr-util: add IN_ADDR_TO_STRINGZbigniew Jędrzejewski-Szmek2022-06-061-6/+1
* | meson: Add nspawn-locale meson optionDaan De Meyer2022-06-091-4/+1
* | nspawn: use udev_available()Nick Rosbrook2022-06-081-1/+1
* | meson: install libsystemd-shared into rootpkglibdirMichael Biebl2022-06-071-1/+4
|/
* tree-wide: port various users over to connect_unix_path()Lennart Poettering2022-05-141-10/+4
* fuzzers: ignore size limits when compiled standaloneZbigniew Jędrzejewski-Szmek2022-05-122-2/+2
* fuzzers: add input size limits, always configure limits in two waysYu Watanabe2022-05-122-0/+6
* stat-util: fix dir_is_empty() with hidden/backup filesLennart Poettering2022-05-042-2/+2
* nspawn: Set LANG to C.UTF-8Daan De Meyer2022-05-021-0/+11
* nspawn: fix --ephemeral with --machineLuca Boccassi2022-04-201-18/+16
* nspawn: fix locating config files with --ephemeralLuca Boccassi2022-04-191-3/+14
* basic: split out dev_t related calls into new devno-util.[ch]Lennart Poettering2022-04-131-1/+1
* tree-wide: take BSD lock on loopback devices we dissect/mount/operate onLennart Poettering2022-04-101-0/+7
* test-nspawn-util: fix the test to actually find anythingZbigniew Jędrzejewski-Szmek2022-04-072-7/+8
* nspawn: fix comparisons of versions with non-numerical suffixesZbigniew Jędrzejewski-Szmek2022-04-074-22/+15
* Move systemd_installation_has_version() to src/nspawn/Zbigniew Jędrzejewski-Szmek2022-04-075-1/+109
* Use new default-user-shell option instead of hard-coding bash in nspawn and u...наб2022-03-281-3/+6
* strv: declare iterator of FOREACH_STRING() in the loopZbigniew Jędrzejewski-Szmek2022-03-233-6/+4
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-196-13/+0
* list: declare iterator of LIST_FOREACH() in the loopYu Watanabe2022-03-191-8/+5
* time-util: add macros around timespec_store() that operates on compund litera...Lennart Poettering2022-03-181-4/+2
* tree-wide: use strv_contains() in more placesZbigniew Jędrzejewski-Szmek2022-03-181-1/+1
* tree-wide: fix duplicated wordsMichael Biebl2022-03-182-3/+3
* nspawn: make sure host root can write to the uidmapped mounts we prepare for ...Lennart Poettering2022-03-172-2/+2
* nspawn: if we refuse to operate on some directory, explain whyLennart Poettering2022-03-171-13/+18
* nspawn: make more stuff constLennart Poettering2022-03-171-1/+1
* nspawn: rebreak all comments in outer_child()Lennart Poettering2022-03-171-20/+20
* Merge pull request #22618 from yuwata/network-safe-stringLennart Poettering2022-03-113-87/+61
|\
| * conf-parser: introduce config_parse_dns_name() and config_parse_hostname()Yu Watanabe2022-03-102-26/+0
| * conf-parser: merge config_parse_string() and config_parse_safe_string()Yu Watanabe2022-03-101-61/+61
* | pid1,nspawn: raise default RLIMIT_MEMLOCK to 8MLennart Poettering2022-03-101-15/+15
|/