summaryrefslogtreecommitdiff
path: root/src/nspawn
AgeCommit message (Expand)AuthorFilesLines
2019-03-01copy: don't synthesize a 'user.crtime_usec' xattr on copy unless explicitly r...Lennart Poettering1-1/+1
2019-03-01nspawn: rework how arg_read_only is initialized in --volatile= modeLennart Poettering1-4/+10
2019-03-01nspawn: refactor how we determine whether it's OK to write to /etcLennart Poettering1-6/+10
2019-03-01nspawn: no need to make top-level directory a bind mount if we just dissected...Lennart Poettering1-4/+6
2019-03-01nspawn: slightly reorder mount logicLennart Poettering1-22/+22
2019-03-01nspawn: add --volatile=overlay supportLennart Poettering2-6/+74
2019-03-01nspawn: fix an error pathLennart Poettering1-1/+1
2019-03-01nspawn: add volatile mode multiplexer call setup_volatile_mode()Lennart Poettering3-27/+26
2019-03-01nspawn: explicitly refuse mounts over /Lennart Poettering1-0/+7
2019-01-26tree-wide: use newa() instead of alloca() wherever we canLennart Poettering1-1/+1
2019-01-26nspawn: ignore SIGPIPE for nspawn itselfLennart Poettering1-0/+5
2019-01-16test,systemctl,nspawn: use "const char*" instead of "char*" as iterator for F...Lennart Poettering1-3/+3
2018-12-12tree-wide: Remove O_CLOEXEC from fdopenChris Down1-2/+2
2018-12-11nspawn: check cg_ns_supported() just onceZbigniew Jędrzejewski-Szmek1-6/+6
2018-12-10nspawn: move most validation checks and configuration mangling into verify_ar...Lennart Poettering1-76/+60
2018-12-10nspawn: split out code parsing env vars into a function of its ownLennart Poettering1-17/+27
2018-12-10nspawn: move cg_unified_flush() invocation out of parse_argv()Lennart Poettering1-4/+6
2018-12-06Merge pull request #10935 from poettering/rlimit-nofile-safeZbigniew Jędrzejewski-Szmek1-0/+3
2018-12-06tree-wide: drop missing.h from headers and use relevant missing_*.hYu Watanabe1-1/+1
2018-12-06lockfile: drop unnecessary headers from lockfile-util.hYu Watanabe1-0/+1
2018-12-06missing: move fs or mount related definitions to missing_fs.hYu Watanabe1-1/+1
2018-12-04util: drop missing.h from util.hYu Watanabe1-0/+1
2018-12-02util-lib: split out all temporary file related calls into tmpfiles-util.cLennart Poettering2-1/+2
2018-12-02tree-wide: remove various unused functionsLennart Poettering2-5/+0
2018-12-01tree-wide: invoke rlimit_nofile_safe() before various exec{v,ve,l}() invocationsLennart Poettering1-0/+3
2018-11-30Merge pull request #10996 from poettering/oci-prepZbigniew Jędrzejewski-Szmek1-0/+2
2018-11-29Split out part of mount-util.c into mountpoint-util.cZbigniew Jędrzejewski-Szmek3-0/+3
2018-11-29nspawn: let's also pre-mount /dev/mqueueLennart Poettering1-0/+2
2018-11-28util: make *_from_name() returns negative errno on errorYu Watanabe2-13/+9
2018-11-26Merge pull request #10901 from poettering/startswith-listYu Watanabe1-11/+4
2018-11-26tree-wide: port more code over to PATH_STARTSWITH_SET()Lennart Poettering1-11/+4
2018-11-23cgroup: be more careful with which controllers we can enable/disable on a cgroupLennart Poettering1-1/+1
2018-11-22coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek4-265/+204
2018-11-21Merge pull request #10860 from keszybz/more-cleanup-2Lennart Poettering1-0/+1
2018-11-20Split out pretty-print.c and move pager.c and main-func.h to shared/Zbigniew Jędrzejewski-Szmek1-0/+1
2018-11-20nspawn: use EXIT_EXCEPTION where appropriateLennart Poettering1-2/+3
2018-11-14Merge pull request #10753 from keszybz/pager-no-interruptLennart Poettering1-1/+1
2018-11-14basic/pager: convert the pager options to a flags argumentZbigniew Jędrzejewski-Szmek1-1/+1
2018-11-13nspawn: add a hint to the message we emit when a child diesZbigniew Jędrzejewski-Szmek1-1/+2
2018-11-09nspawn: rework how we allocate/kill scopesLennart Poettering3-3/+70
2018-11-09nspawn: merge two variable declaration linesLennart Poettering1-2/+1
2018-11-09nspawn: simplify machine terminate bus callLennart Poettering3-29/+9
2018-11-09nspawn: make use of the new sd_bus_set_close_on_exit() call in nspawnLennart Poettering1-0/+4
2018-11-06tree-wide: set WRITE_STRING_FILE_DISABLE_BUFFER flag when we write files unde...Yu Watanabe2-4/+4
2018-10-31nspawn: beef up netns checking a bit, for compat with old kernelsLennart Poettering1-3/+5
2018-10-31nspawn: add proper error message if setns() on network namespace fd failsLennart Poettering1-1/+1
2018-10-29sd-device: make sd_device_get_is_initialized() returns is_initialized by retu...Yu Watanabe1-4/+3
2018-10-24add ephemeral to nspawn-settings.Jiuyang liu3-3/+10
2018-10-22systemd-nspawn: do not crash on /var/log/journal creation if not requiredZbigniew Jędrzejewski-Szmek1-12/+10
2018-10-20nspawn: do not include '%m' in log message if errno is zeroYu Watanabe1-1/+1