summaryrefslogtreecommitdiff
path: root/src/nspawn/nspawn.c
Commit message (Expand)AuthorAgeFilesLines
* pid1, nspawn: voidify loopback_setup()Yu Watanabe2020-03-041-1/+1
* tree-wide: fix spelling of lookup and setup verbsZbigniew Jędrzejewski-Szmek2020-03-031-1/+1
* nspawn: fsck all images when mounting thingsLennart Poettering2020-01-291-4/+8
* Merge pull request #14390 from poettering/gpt-var-tmpZbigniew Jędrzejewski-Szmek2020-01-141-2/+2
|\
| * docs: import discoverable partitions specLennart Poettering2019-12-231-1/+1
| * dissect: introduce new recognizable partition types for /var and /var/tmpLennart Poettering2019-12-231-1/+1
* | nspawn: Make a custom mount on root imply --read-only.Daan De Meyer2020-01-031-0/+3
* | nspawn: Don't mount read-only if we have a custom mount on root.Daan De Meyer2020-01-031-1/+2
* | nspawn: Move --network-interface interfaces back to the host.Daan De Meyer2020-01-021-6/+44
* | nspawn-network: Split off udev checking from parse_interface.Daan De Meyer2019-12-231-0/+12
|/
* core: create inaccessible nodes for users when making runtime dirsAnita Zhang2019-12-181-1/+4
* Merge pull request #14269 from DaanDeMeyer/enable-mounts-on-rootLennart Poettering2019-12-131-16/+25
|\
| * nspawn: Only bind-mount directory when necessary.Daan De Meyer2019-12-121-7/+7
| * nspawn-mount: Remove unused parametersDaan De Meyer2019-12-121-8/+0
| * nspawn: Enable specifying root as the mount target directory.Daan De Meyer2019-12-121-3/+20
* | nspawn: allow combination of private-network and network-namespace-pathShengjing Zhu2019-12-121-3/+3
* | tree-wide: use SD_ID128_STRING_MAX where appropriateLennart Poettering2019-12-101-1/+1
* | id128: introduce ID128_UUID_STRING_MAX for sizing UUID buffersLennart Poettering2019-12-101-1/+1
|/
* loop-util: accept loopback flags when creating loopback deviceLennart Poettering2019-12-021-1/+1
* nspawn: highlight description string in --help textLennart Poettering2019-11-281-2/+4
* nspawn: dump capability list with --capabilities=helpZbigniew Jędrzejewski-Szmek2019-11-221-28/+48
* nspawn: Allow Capability= to overrule private network settingTorsten Hilbrich2019-11-151-2/+5
* nspawn: do not emit any warning when $UNIFIED_CGROUP_HIERARCHY is usedZbigniew Jędrzejewski-Szmek2019-11-131-6/+1
* tree-wide: drop stdio.h when stdio-util.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop signal.h when signal-util.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop blkid.h when blkid-util.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop pwd.h and grp.h when user-util.h is includedYu Watanabe2019-11-041-2/+0
* tree-wide: drop sched.h when missing_sched.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* nspawn: respect quiet on capabilities warningJustin Trudell2019-11-031-1/+2
* nspawn: mangle slice nameLennart Poettering2019-11-031-2/+7
* tree-wide: drop missing.hYu Watanabe2019-10-311-1/+1
* Merge pull request #13866 from keszybz/nspawn-restartsLennart Poettering2019-10-301-6/+6
|\
| * nspawn: when stopping the machine, just deregister the machineZbigniew Jędrzejewski-Szmek2019-10-291-6/+6
* | basic/fs-util: change CHASE_OPEN flag into a separate output parameterZbigniew Jędrzejewski-Szmek2019-10-241-8/+7
* | nspawn: fix handling of --console=helpZbigniew Jędrzejewski-Szmek2019-10-231-19/+30
* | Merge pull request #13246 from keszybz/add-SystemdOptions-efi-variableZbigniew Jędrzejewski-Szmek2019-10-031-1/+1
|\ \
| * | basic/cgroup-util: let cgroup_unified_flush() return the detected hierarchyZbigniew Jędrzejewski-Szmek2019-09-161-1/+1
* | | nspawn: rename UNIFIED_CGROUP_HIERARCHY to SYSTEMD_NSPAWN_UNIFIED_HIERARCHYZbigniew Jędrzejewski-Szmek2019-10-011-4/+16
* | | nspawn: consistenly fail if parsing the environment failsZbigniew Jędrzejewski-Szmek2019-10-011-30/+39
* | | nspawn: default to unified hierarchy if --as-pid2 is usedZbigniew Jędrzejewski-Szmek2019-10-011-2/+21
|/ /
* | nspawn: when operating on the host image, let's move the root to a different ...Lennart Poettering2019-07-291-2/+18
* | nspawn: always take exclusive locks of ephemeral OS tree copiesLennart Poettering2019-07-291-2/+5
* | nspawn: don't look for .nspawn file above the top-level directory, it makes n...Lennart Poettering2019-07-291-1/+1
* | nspawn: allow --volatile=yes instances of -D /Lennart Poettering2019-07-291-2/+6
|/
* Merge pull request #13092 from keszybz/coverity-fixesLennart Poettering2019-07-171-1/+1
|\
| * nspawn: fix memleak in argument parsingZbigniew Jędrzejewski-Szmek2019-07-171-1/+1
* | nspawn: make use of SIGINT handling when copying filesLennart Poettering2019-07-171-27/+43
|/
* tree-wide: get rid of strappend()Lennart Poettering2019-07-121-1/+1
* nspawn: fix abort when we cannot execveZbigniew Jędrzejewski-Szmek2019-07-091-1/+1