summaryrefslogtreecommitdiff
path: root/src/nspawn
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* meson: move files' closing brace to separate lineZbigniew Jędrzejewski-Szmek2022-03-031-1/+2
* meson: do not use split() in file listsZbigniew Jędrzejewski-Szmek2022-03-021-30/+29
* user-util: move homed/nspawn map UID_MIN/UID_MAX define into user-util.hLennart Poettering2022-02-161-6/+3
* sd128: export sd_id128_to_uuid_string()Lennart Poettering2022-02-141-1/+1
* tree-wide: use config_parse_safe_string() at various placesLennart Poettering2022-02-091-1/+1
* meson: Use files() for fuzzersJan Janssen2022-01-111-2/+2
* meson: Use files() for testsJan Janssen2022-01-111-2/+2
* fuzz: no longer skip empty filesEvgeny Vereshchagin2022-01-042-10/+2
* dbus-wait-for-jobs: add extra_args to bus_wait_for_jobs_one()Luca Boccassi2021-12-301-1/+1
* meson: stop building out convenience libraries by defaultZbigniew Jędrzejewski-Szmek2021-12-161-1/+2
* tree-wide: make FOREACH_DIRENT_ALL define the iterator variableZbigniew Jędrzejewski-Szmek2021-12-151-2/+0
* tree-wide: use ERRNO_IS_TRANSIENT()Yu Watanabe2021-11-301-7/+8
* json: add new JSON_BUILD_CONST_STRING() macroLennart Poettering2021-11-251-2/+2