summaryrefslogtreecommitdiffstats
path: root/src/nspawn/nspawn.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | tree-wide: port various places to use TAKE_PID()Lennart Poettering2021-11-031-2/+1
|/
* nspawn: add filesystem id mapping support to --bind and --bind-roAndreas Valder2021-10-281-26/+26
* nspawn: fix build when SECCOMP is disabledYu Watanabe2021-10-251-1/+1
* nspawn: ignore --suppress-sync=yes when seccomp is disabledYu Watanabe2021-10-221-0/+4
* nspawn: bump RLIMIT_NOFILE for nspawn payload similar to how host PID 1 does ...Lennart Poettering2021-10-221-0/+9
* nspawn: add --suppress-sync=yes mode for turning sync() and friends into NOPs...Lennart Poettering2021-10-201-1/+29
* basic: spit out chase_symlinks() from fs-util.[ch] → chase-symlinks.[ch]Lennart Poettering2021-10-051-0/+1
* dissect-image: load embedded verity signature info from imageLennart Poettering2021-09-281-0/+7
* dissect-image: discover verity signature partitionsLennart Poettering2021-09-281-2/+3
* tree-wide: mark set-but-not-used variables as unused to make LLVM happyFrantisek Sumsal2021-09-151-3/+3
* dissect-image: rename verity flag booleansLennart Poettering2021-09-101-1/+1
* nspawn: fix type to pass to connect()Lennart Poettering2021-09-021-1/+1
* Merge pull request #20257 from bluca/seqnoLuca Boccassi2021-08-311-0/+1
|\
| * dissect: use DISKSEQ when waiting for block devicesLuca Boccassi2021-07-281-0/+1
* | tree-wide: port everything over to new sd-id128 compund literal blissLennart Poettering2021-08-201-7/+3
* | nspawn: allow --setenv=FOO as equivalent to --setenv=FOO=$FOOZbigniew Jędrzejewski-Szmek2021-08-111-8/+4
* | Add implicit sentinel to strv_env_merge()Zbigniew Jędrzejewski-Szmek2021-08-111-10/+10
* | Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-2/+2
|/
* Merge pull request #20186 from keszybz/coverity-fixesLuca Boccassi2021-07-091-3/+2
|\
| * nspawn: inline one iterator variable declarationZbigniew Jędrzejewski-Szmek2021-07-091-2/+1
| * tree-wide: make cunescape*() functions return ssize_tZbigniew Jędrzejewski-Szmek2021-07-091-1/+1
* | tree-wide: coccinelle fixesFrantisek Sumsal2021-07-091-1/+1
|/
* tree-wide: "a" -> "an"Yu Watanabe2021-06-301-1/+1
* tree-wide: add missing whitespace at the end of commentsYu Watanabe2021-06-151-1/+1
* nspawn: add new --bind-user= option for binding a host user into the containerLennart Poettering2021-05-191-8/+165