summaryrefslogtreecommitdiff
path: root/src/nspawn
AgeCommit message (Expand)AuthorFilesLines
2015-05-18util: split all hostname related calls into hostname-util.cLennart Poettering1-1/+2
2015-05-14nspawn: allow access to device nodes listed in --bind= and --bind-ro= switchesStefan Junker1-0/+19
2015-05-13nspawn: skip symlink to a combined cgroup hierarchy if it already existsIago López Galeiras1-3/+7
2015-05-13nspawn: only mount the cgroup root if it's not already mountedIago López Galeiras1-14/+13
2015-05-13nspawn: rework custom mount point order, and add support for overlayfsLennart Poettering1-109/+336
2015-05-11nspawn: pass on kill signal setting to contaner scopeLennart Poettering1-1/+11
2015-04-28nspawn: when run as a service, don't ask machined for terminatin of ourselvesLennart Poettering1-0/+5
2015-04-28nspawn: make sure we install the device policy if nspawn is run as unit as on...Lennart Poettering1-0/+4
2015-04-22nspawn: don't inherit read-only flag from disk image if --ephemeral is usedLennart Poettering1-1/+2
2015-04-21tree-wide: get rid of more strerror() callsLennart Poettering1-5/+6
2015-04-11shared: add terminal-util.[ch]Ronny Chevalier1-0/+1
2015-04-11shared: add random-util.[ch]Ronny Chevalier1-0/+1
2015-04-10shared: add process-util.[ch]Ronny Chevalier1-0/+1
2015-04-10shared: add formats-util.hRonny Chevalier1-0/+1
2015-04-07path-util: fix more path_is_mount e792e890f falloutLennart Poettering1-2/+2
2015-04-06btrfs: add support for recursive btrfs snapshottingLennart Poettering1-2/+2
2015-04-06btrfs: make btrfs_subvol_snapshot() parameters a flags fieldLennart Poettering1-2/+2
2015-04-06btrfs: support recursively removing btrfs snapshotsLennart Poettering1-1/+1
2015-04-06util: rework rm_rf() logicLennart Poettering1-1/+2
2015-03-31nspawn: fallback on bind mount when mknod failsAlban Crequy1-13/+16
2015-03-31nspawn: drop sd_booted() checkLennart Poettering1-6/+0
2015-03-31nspawn: change filesystem type from "bind" to NULL in mount() syscallsIago López Galeiras1-8/+8
2015-03-13nspawn: tell coverity that we ignore return valueZbigniew Jędrzejewski-Szmek1-1/+1
2015-03-13tree-wide: there is no ENOTSUP on linuxDavid Herrmann1-3/+3
2015-03-07nspawn: fix use-after-free and leak in error pathsZbigniew Jędrzejewski-Szmek1-2/+2
2015-03-04nspawn: Map all seccomp filters to capabilitiesJay Faulkner1-27/+17
2015-02-25nspawn: make kill signal to use for PID 1 configurableLennart Poettering1-2/+18
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen1-9/+0
2015-02-23nspawn: fix whitespace and typo in partition table blurbJan Synacek1-1/+1
2015-02-19nspawn: chown basic device nodes to userns rootLennart Poettering1-0/+8
2015-02-19nspawn: fix build on non-selinux systemsLennart Poettering1-4/+1
2015-02-19nspawn: add basic user namespacing supportLennart Poettering1-39/+164
2015-02-18nspawn: when connected to pipes for stdin/stdout, pass them as-is to PID 1Lennart Poettering1-21/+27
2015-02-18nspawn: add support for --property= to set scope propertiesLennart Poettering1-6/+31
2015-02-04nspawn: Allow module loading if CAP_SYS_MODULE is requestedJay Faulkner1-3/+20
2015-02-03util: rework strappenda(), and rename it strjoina()Lennart Poettering1-13/+13
2015-02-02remove unused variablesThomas Hindoe Paaboel Andersen1-1/+0
2015-01-23nspawn: when mounting the cgroup hierarchies, use the exact same mount option...Lennart Poettering1-2/+10
2015-01-23nspawn: mount /tmp in the container, don't leave this to the container's initLennart Poettering1-0/+1
2015-01-23nspawn: allow bind-mounting char and block filesAlban Crequy1-16/+11
2015-01-20nspawn: work around kernel bug with partition table probing on loopback devicesLennart Poettering1-70/+74
2015-01-20nspawn: add ipvlan supportTom Gundersen1-0/+99
2015-01-19nspawn: support dissecting GPT images that contain only a single generic linu...Lennart Poettering1-39/+56
2015-01-19inspawn: wait until udev has probed a loopback device before making us of itLennart Poettering1-3/+62
2015-01-15nspawn: fix log typosJonathan Boulle1-2/+2
2015-01-15import: rename "gpt" disk image type to "raw"Lennart Poettering1-1/+1
2015-01-15spawn: downgrade loopback detach errors to debugLennart Poettering1-2/+2
2015-01-15nspawn: add support for limited dissecting of MBR disk images with nspawnLennart Poettering1-52/+100
2015-01-14nspawn: pass the container's init PID out via sd_notify()Lennart Poettering1-3/+4
2015-01-14nspawn: fix an incorrect assert comparisonLennart Poettering1-1/+1