summaryrefslogtreecommitdiff
path: root/src/nspawn
AgeCommit message (Expand)AuthorFilesLines
2017-02-01nspawn: Print attempted execv() path on failure (#5199)Philip Withnall1-6/+11
2017-01-31tree-wide: adjust fall through comments so that gcc is happyZbigniew Jędrzejewski-Szmek1-1/+1
2017-01-31nspawn: fix clobbering of selinux context argZbigniew Jędrzejewski-Szmek1-2/+1
2017-01-24tree-wide: remove consecutive duplicate words in comments (#5148)Stefan Schweter1-1/+1
2017-01-18Merge pull request #5098 from evverx/fix-nspawn-notificationsDjalal Harouni1-0/+6
2017-01-17Merge pull request #4991 from poettering/seccomp-fixZbigniew Jędrzejewski-Szmek1-50/+63
2017-01-17seccomp: rework seccomp code, to improve compat with some archsLennart Poettering1-50/+63
2017-01-17nspawn: change owner/group of /run/systemd/nspawn/notify to userns-rootEvgeny Vereshchagin1-0/+6
2017-01-15nspawn: fix memleakZbigniew Jędrzejewski-Szmek1-2/+2
2017-01-14Merge pull request #4879 from poettering/systemdZbigniew Jędrzejewski-Szmek3-57/+49
2017-01-10build-sys: add check for gperf lookup function signature (#5055)Mike Gilbert1-1/+1
2016-12-29nspawn: reword notice when /dev is pre-mounted and populated (#4971)Lennart Poettering1-5/+2
2016-12-21nspawn: tweaks to /etc/resolv.conf managementLennart Poettering1-10/+22
2016-12-21nspawn: don't complain when we can't fix the timezone of read-only containersLennart Poettering1-4/+7
2016-12-21dissect: make using a generic partition as root partition optionalLennart Poettering1-1/+5
2016-12-21nspawn: restore --volatile=yes supportLennart Poettering1-14/+14
2016-12-21nspawn: unref the notify event source (#4941)Evgeny Vereshchagin1-5/+5
2016-12-20dissect: optionally, only look for GPT partition tables, nothing elseLennart Poettering1-1/+1
2016-12-20nspawn: split out VolatileMode definitionsLennart Poettering2-28/+1
2016-12-14nspawn: flush out environment block of the -a stub init processLennart Poettering3-3/+32
2016-12-13nspawn: when getting SIGCHLD make sure it's from the first child (#4855)Andrey Ulanov1-2/+23
2016-12-10Merge pull request #4795 from poettering/dissectZbigniew Jędrzejewski-Szmek1-657/+140
2016-12-10nspawn: add missing -E to getopt_long (#4860)Wim de With1-1/+1
2016-12-07nspawn: resolv.conf might not be created initially (#4799)Franck Bui1-0/+2
2016-12-07nspawn/dissect: automatically discover dm-verity verity partitionsLennart Poettering1-2/+86
2016-12-07nspawn: when generating a machine name from an image name, truncate .raw suffixLennart Poettering1-2/+14
2016-12-07dissect: add support for encrypted imagesLennart Poettering1-2/+7
2016-12-07nspawn: port nspawn to new generalized image dissection codeLennart Poettering1-656/+38
2016-12-06core: introduce parse_ip_port (#4825)Susant Sahani1-5/+5
2016-12-05nspawn: don't hide --bind=/tmp/* mounts (#4824)Evgeny Vereshchagin1-1/+1
2016-12-01util-lib: rename CHASE_NON_EXISTING → CHASE_NONEXISTENTLennart Poettering2-5/+5
2016-12-01nspawn: improve log messagesLennart Poettering1-4/+4
2016-12-01nspawn: optionally, automatically allocated --bind=/--overlay source from /va...Lennart Poettering2-6/+40
2016-12-01nspawn: permit prefixing of source paths in --bind= and --overlay= with "+"Lennart Poettering4-67/+134
2016-12-01tree-wide: set SA_RESTART for signal handlers we installLennart Poettering1-1/+1
2016-12-01nspawn: add ability to configure overlay mounts to .nspawn filesLennart Poettering3-0/+29
2016-12-01nspawn: split out overlayfs argument parsing into a function of its ownLennart Poettering3-60/+63
2016-12-01nspawn: use -ENOMEM instead of log_oom() in one caseLennart Poettering1-1/+1
2016-12-01nspawn: make use of CHASE_NON_EXISTING when locking imageLennart Poettering1-9/+9
2016-12-01nspawn: use the new CHASE_NON_EXISTING flag when resolving mount pointsLennart Poettering1-19/+23
2016-12-01fs-util: add flags parameter to chase_symlinks()Lennart Poettering2-4/+4
2016-12-01nspawn: use chase_symlinks() on all paths specified via --tmpfs=, --bind= and...Lennart Poettering1-10/+17
2016-12-01nspawn: coding style: don't mix variable declarations and function callsLennart Poettering1-1/+3
2016-12-01nspawn: use realloc_multiply() where it makes senseLennart Poettering1-1/+1
2016-12-01nspawn: accept --ephemeral --template= as alternative for --ephemeral --direc...Lennart Poettering1-0/+10
2016-12-01nspawn: properly handle image/directory paths that are symlinksLennart Poettering1-0/+35
2016-12-01tree-wide: stop using canonicalize_file_name(), use chase_symlinks() insteadLennart Poettering2-15/+31
2016-11-22nspawn: don't require chown() if userns is not onLennart Poettering1-10/+14
2016-11-22nspawn: add fallback top normal copy/reflink when we cannot btrfs snapshotLennart Poettering1-7/+18
2016-11-22nspawn: remove temporary root directory on exitLennart Poettering1-8/+13