summaryrefslogtreecommitdiffstats
path: root/src/nspawn (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #14208 from poettering/json-homed-prepareYu Watanabe2019-12-171-15/+4
|\
| * nspawn-oci: use new json_variant_strv() helperLennart Poettering2019-12-021-14/+3
| * json: add flags parameter to json_parse_file(), for parsing "sensitive" dataLennart Poettering2019-12-021-1/+1
* | nspawn: fix overlay with automatic temporary treeLennart Poettering2019-12-131-17/+41
* | Merge pull request #14269 from DaanDeMeyer/enable-mounts-on-rootLennart Poettering2019-12-133-61/+58
|\ \
| * | nspawn-mount: Use FLAGS_SET to check flags.Daan De Meyer2019-12-121-14/+14
| * | nspawn: Only bind-mount directory when necessary.Daan De Meyer2019-12-121-7/+7
| * | nspawn-mount: Remove unused parametersDaan De Meyer2019-12-123-33/+12
| * | nspawn: Enable specifying root as the mount target directory.Daan De Meyer2019-12-123-13/+31
* | | 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
|/ /
* | Merge pull request #14229 from yuwata/nspawn-network-interface-14223Yu Watanabe2019-12-051-11/+21
|\ \
| * | nspawn: do not fail if udev is not runningYu Watanabe2019-12-051-11/+21
| |/
* / loop-util: accept loopback flags when creating loopback deviceLennart Poettering2019-12-021-1/+1
|/
* nspawn: allow Capability=all in systemd.nspawn [EXEC] sectionafg2019-11-291-6/+10
* nspawn: highlight description string in --help textLennart Poettering2019-11-281-2/+4
* nspawn: log syscalls we cannot add at debug levelZbigniew Jędrzejewski-Szmek2019-11-221-4/+3
* 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
* Add @pkey syscall groupZbigniew Jędrzejewski-Szmek2019-11-081-3/+1
* tree-wide: drop stdio.h when stdio-util.h is includedYu Watanabe2019-11-031-1/+0
* tree-wide: drop signal.h when signal-util.h is includedYu Watanabe2019-11-031-1/+0
* tree-wide: drop magic.h when missing_magic.h is includedYu Watanabe2019-11-031-1/+0
* tree-wide: drop stat.h or statfs.h when stat-util.h is includedYu Watanabe2019-11-031-1/+0
* tree-wide: drop blkid.h when blkid-util.h is includedYu Watanabe2019-11-031-1/+0
* tree-wide: drop acl.h when acl-util.h is includedYu Watanabe2019-11-031-3/+0
* tree-wide: drop pwd.h and grp.h when user-util.h is includedYu Watanabe2019-11-032-3/+0
* tree-wide: drop sched.h when missing_sched.h is includedYu Watanabe2019-11-031-1/+0
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-031-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-313-3/+3
* Merge pull request #13866 from keszybz/nspawn-restartsLennart Poettering2019-10-303-10/+10
|\
| * nspawn: when stopping the machine, just deregister the machineZbigniew Jędrzejewski-Szmek2019-10-293-10/+10
* | various tools: be more explicit when a glob is passed when not supportedZbigniew Jędrzejewski-Szmek2019-10-251-2/+2
* | basic/fs-util: change CHASE_OPEN flag into a separate output parameterZbigniew Jędrzejewski-Szmek2019-10-242-14/+13
* | 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-033-2/+3
|\ \
| * | util-lib: move some functions from basic/cgroup-util to shared/cgroup-setupZbigniew Jędrzejewski-Szmek2019-09-161-0/+1
| * | util-lib: move yes_no() and friends to string-util.hZbigniew Jędrzejewski-Szmek2019-09-161-1/+1
| * | basic/cgroup-util: let cgroup_unified_flush() return the detected hierarchyZbigniew Jędrzejewski-Szmek2019-09-161-1/+1
* | | nspawn: surrender controlling terminal to PID2 when using the PID1 stubNicolas Douma2019-10-031-0/+6
* | | 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
* | | tree-wide: various code-formatting improvementsFrantisek Sumsal2019-09-221-2/+3
|/ /
* | Merge pull request #13209 from poettering/nspawn-volatile-merged-usrLennart Poettering2019-07-291-3/+22
|\ \
| * | nspawn: print an explanatory error when people try to use --volatile=yes on d...Lennart Poettering2019-07-291-3/+22
| |/