summaryrefslogtreecommitdiff
path: root/src/nspawn/nspawn.c
Commit message (Expand)AuthorAgeFilesLines
...
* | dissect: rework DISSECT_IMAGE_ADD_PARTITION_DEVICES + DISSECT_IMAGE_OPEN_PART...Lennart Poettering2022-12-011-1/+3
|/
* tree-wide: BLS and DPS are now on uapi-group websiteZbigniew Jędrzejewski-Szmek2022-11-211-1/+1
* nulstr-util: Declare NULSTR_FOREACH() iterator inlineDaan De Meyer2022-11-111-1/+0
* basic: move version() to build.h+cZbigniew Jędrzejewski-Szmek2022-11-081-1/+1
* nspawn: use in_same_namespace() helperChristian Brauner2022-10-041-11/+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-131-2/+1
* 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-051-1/+1
* nspawn: rename RemountIdmapFlags enum to RemountIdmappingQuentin Deslandes2022-09-051-1/+1
* dissect-image: introduce dissect_loop_device() which takes LoopDevice objectYu Watanabe2022-09-031-5/+2
* loop-util: rework how we lock loopback block devicesLennart Poettering2022-09-011-7/+1
* tree-wide: Use correct format specifiersJan Janssen2022-08-301-1/+1
* nspawn: update help message for user namespacingYu Watanabe2022-06-271-3/+7
* nspawn: fix UID map stringYu Watanabe2022-06-161-2/+2
* meson: Add nspawn-locale meson optionDaan De Meyer2022-06-091-4/+1
* tree-wide: port various users over to connect_unix_path()Lennart Poettering2022-05-141-10/+4
* stat-util: fix dir_is_empty() with hidden/backup filesLennart Poettering2022-05-041-1/+1
* 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
* tree-wide: take BSD lock on loopback devices we dissect/mount/operate onLennart Poettering2022-04-101-0/+7
* nspawn: fix comparisons of versions with non-numerical suffixesZbigniew Jędrzejewski-Szmek2022-04-071-2/+2
* Move systemd_installation_has_version() to src/nspawn/Zbigniew Jędrzejewski-Szmek2022-04-071-1/+1
* 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-231-3/+2
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-191-1/+0
* tree-wide: use strv_contains() in more placesZbigniew Jędrzejewski-Szmek2022-03-181-1/+1
* nspawn: make sure host root can write to the uidmapped mounts we prepare for ...Lennart Poettering2022-03-171-1/+1
* 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
* pid1,nspawn: raise default RLIMIT_MEMLOCK to 8MLennart Poettering2022-03-101-15/+15
* sd128: export sd_id128_to_uuid_string()Lennart Poettering2022-02-141-1/+1
* tree-wide: use ERRNO_IS_TRANSIENT()Yu Watanabe2021-11-301-7/+8
* nspawn: voidify expose_port_execute() callsLennart Poettering2021-11-221-2/+2
* nspawn: use FOREACH_STRING() moreLennart Poettering2021-11-201-8/+8
* tree-wide: don't use mkdir_errno_wrapper() without reasonLennart Poettering2021-11-161-3/+3
* tree-wide: use new RET_NERRNO() helper at various placesLennart Poettering2021-11-161-4/+1
* umask-util: add helper that resets umask until end of current code blockLennart Poettering2021-11-121-6/+3
* nspawn: don't muck with caps if no network setting is used in settings fileLennart Poettering2021-11-091-1/+2
* nspawn: only copy syscall filters from settings if actually configuredLennart Poettering2021-11-091-10/+14
* nspawn: copy BindUser= setting from settings only if setLennart Poettering2021-11-091-1/+2
* nspawn: use three boolean fields from settings file when actually setLennart Poettering2021-11-091-3/+6
* nspawn: add helper settings_network_configured()Lennart Poettering2021-11-091-9/+1
* Merge pull request #20138 from keszybz/coding-style-variable-declsLuca Boccassi2021-11-051-5/+12
|\
| * Make pager_open() return voidZbigniew Jędrzejewski-Szmek2021-11-031-1/+1
| * tree-wide: drop "f" from sd_notify() calls with a static stringZbigniew Jędrzejewski-Szmek2021-11-031-1/+1
| * tree-wide: warn when sd_notify fails with READY=1 or FDSTOREREMOVE=1Zbigniew Jędrzejewski-Szmek2021-11-031-4/+11