summaryrefslogtreecommitdiff
path: root/src/nspawn
AgeCommit message (Expand)AuthorFilesLines
2019-10-30Merge pull request #13866 from keszybz/nspawn-restartsLennart Poettering3-10/+10
2019-10-29nspawn: when stopping the machine, just deregister the machineZbigniew Jędrzejewski-Szmek3-10/+10
2019-10-25various tools: be more explicit when a glob is passed when not supportedZbigniew Jędrzejewski-Szmek1-2/+2
2019-10-24basic/fs-util: change CHASE_OPEN flag into a separate output parameterZbigniew Jędrzejewski-Szmek2-14/+13
2019-10-23nspawn: fix handling of --console=helpZbigniew Jędrzejewski-Szmek1-19/+30
2019-10-03Merge pull request #13246 from keszybz/add-SystemdOptions-efi-variableZbigniew Jędrzejewski-Szmek3-2/+3
2019-10-03nspawn: surrender controlling terminal to PID2 when using the PID1 stubNicolas Douma1-0/+6
2019-10-01nspawn: rename UNIFIED_CGROUP_HIERARCHY to SYSTEMD_NSPAWN_UNIFIED_HIERARCHYZbigniew Jędrzejewski-Szmek1-4/+16
2019-10-01nspawn: consistenly fail if parsing the environment failsZbigniew Jędrzejewski-Szmek1-30/+39
2019-10-01nspawn: default to unified hierarchy if --as-pid2 is usedZbigniew Jędrzejewski-Szmek1-2/+21
2019-09-22tree-wide: various code-formatting improvementsFrantisek Sumsal1-2/+3
2019-09-16util-lib: move some functions from basic/cgroup-util to shared/cgroup-setupZbigniew Jędrzejewski-Szmek1-0/+1
2019-09-16util-lib: move yes_no() and friends to string-util.hZbigniew Jędrzejewski-Szmek1-1/+1
2019-09-16basic/cgroup-util: let cgroup_unified_flush() return the detected hierarchyZbigniew Jędrzejewski-Szmek1-1/+1
2019-07-29Merge pull request #13209 from poettering/nspawn-volatile-merged-usrLennart Poettering1-3/+22
2019-07-29nspawn: print an explanatory error when people try to use --volatile=yes on d...Lennart Poettering1-3/+22
2019-07-29nspawn: when operating on the host image, let's move the root to a different ...Lennart Poettering1-2/+18
2019-07-29nspawn: always take exclusive locks of ephemeral OS tree copiesLennart Poettering1-2/+5
2019-07-29nspawn: don't look for .nspawn file above the top-level directory, it makes n...Lennart Poettering1-1/+1
2019-07-29nspawn: allow --volatile=yes instances of -D /Lennart Poettering1-2/+6
2019-07-24Revert "nspawn: remove unnecessary mount option parsing logic"Iago López Galeiras1-2/+43
2019-07-17Merge pull request #13092 from keszybz/coverity-fixesLennart Poettering2-8/+4
2019-07-17nspawn: fix misplaced parenthesis and merge two error handling pathsZbigniew Jędrzejewski-Szmek1-7/+3
2019-07-17nspawn: fix memleak in argument parsingZbigniew Jędrzejewski-Szmek1-1/+1
2019-07-17nspawn: make use of SIGINT handling when copying filesLennart Poettering1-27/+43
2019-07-15tree-wide: drop duplicated blank linesYu Watanabe1-1/+0
2019-07-12tree-wide: get rid of strappend()Lennart Poettering3-4/+4
2019-07-09nspawn: fix abort when we cannot execveZbigniew Jędrzejewski-Szmek1-1/+1
2019-06-24tree-wide: replace strjoin() with path_join()Yu Watanabe1-1/+1
2019-06-22Merge pull request #12836 from yuwata/tree-wide-replace-strjoinLennart Poettering2-4/+4
2019-06-21path-util: get rid of prefix_root()Lennart Poettering3-12/+18
2019-06-20nspawn: don't hard fail when setting capabilitiesAnita Zhang1-1/+12
2019-06-21tree-wide: replace strjoin() with path_join()Yu Watanabe2-4/+4
2019-06-18nspawn: make use of openpt_allocate()Franck Bui1-10/+2
2019-06-18nspawn: allocate the pty used for /dev/console within the containerFranck Bui1-88/+106
2019-06-18nspawn: use correct error variable when logging errors returned by send_one_fd()Franck Bui1-1/+1
2019-05-30Merge pull request #12628 from keszybz/dbus-executeMichal Sekletar4-64/+27
2019-05-30nspawn: also support ifindex when specifying network interfaceYu Watanabe1-10/+10
2019-05-29Rework cpu affinity parsingZbigniew Jędrzejewski-Szmek4-64/+27
2019-05-28Merge pull request #12390 from poettering/string-file-mkdirZbigniew Jędrzejewski-Szmek1-2/+1
2019-05-24nspawn: expose the new seccomp actions in the OCI logicLennart Poettering1-5/+11
2019-05-08tree-wide: make use of the new WRITE_STRING_FILE_MKDIR_0755 flagLennart Poettering1-2/+1
2019-04-30meson: make source files including nspawn-settings.h depend on libseccompFranck Bui1-1/+1
2019-04-29codespell: fix spelling errorsBen Boeckel4-5/+6
2019-04-26nspawn-expose-ports: fix a typo in error messageBen Boeckel1-1/+1
2019-04-13nspawn: Fix volatile SELinux labelDominick Grift1-1/+1
2019-04-12json: simplify JSON_VARIANT_OBJECT_FOREACH() macro a bitLennart Poettering1-13/+11
2019-04-12seccomp: check more error codes from seccomp_load()Anita Zhang2-3/+3
2019-04-07nspawn: create boot_id and kmsg files for overmounting in /run, not /tmpLennart Poettering1-8/+5
2019-04-02tree-wide: use SYNTHETIC_ERRNO() where appropriateLennart Poettering1-59/+31