summaryrefslogtreecommitdiffstats
path: root/src/nspawn (follow)
Commit message (Expand)AuthorAgeFilesLines
* nspawn: prohibit access to the kernel log buffer by defaultLennart Poettering2015-05-211-9/+10
* util: introduce PERSONALITY_INVALID as macro for 0xffffffffLULennart Poettering2015-05-211-3/+3
* nspawn: finish user namespace supportLennart Poettering2015-05-211-638/+890
* core,nspawn: unify code that moves the root dirLennart Poettering2015-05-201-17/+3
* nspawn: close extra fds before execing initAlban Crequy2015-05-181-3/+12
* util: split all hostname related calls into hostname-util.cLennart Poettering2015-05-181-1/+2
* nspawn: allow access to device nodes listed in --bind= and --bind-ro= switchesStefan Junker2015-05-141-0/+19
* nspawn: skip symlink to a combined cgroup hierarchy if it already existsIago López Galeiras2015-05-131-3/+7
* nspawn: only mount the cgroup root if it's not already mountedIago López Galeiras2015-05-131-14/+13
* nspawn: rework custom mount point order, and add support for overlayfsLennart Poettering2015-05-131-109/+336
* nspawn: pass on kill signal setting to contaner scopeLennart Poettering2015-05-111-1/+11
* nspawn: when run as a service, don't ask machined for terminatin of ourselvesLennart Poettering2015-04-281-0/+5
* nspawn: make sure we install the device policy if nspawn is run as unit as on...Lennart Poettering2015-04-281-0/+4
* nspawn: don't inherit read-only flag from disk image if --ephemeral is usedLennart Poettering2015-04-221-1/+2
* tree-wide: get rid of more strerror() callsLennart Poettering2015-04-211-5/+6
* shared: add terminal-util.[ch]Ronny Chevalier2015-04-111-0/+1
* shared: add random-util.[ch]Ronny Chevalier2015-04-111-0/+1
* shared: add process-util.[ch]Ronny Chevalier2015-04-101-0/+1
* shared: add formats-util.hRonny Chevalier2015-04-101-0/+1
* path-util: fix more path_is_mount e792e890f falloutLennart Poettering2015-04-071-2/+2
* btrfs: add support for recursive btrfs snapshottingLennart Poettering2015-04-061-2/+2
* btrfs: make btrfs_subvol_snapshot() parameters a flags fieldLennart Poettering2015-04-061-2/+2
* btrfs: support recursively removing btrfs snapshotsLennart Poettering2015-04-061-1/+1
* util: rework rm_rf() logicLennart Poettering2015-04-061-1/+2
* nspawn: fallback on bind mount when mknod failsAlban Crequy2015-03-311-13/+16
* nspawn: drop sd_booted() checkLennart Poettering2015-03-311-6/+0
* nspawn: change filesystem type from "bind" to NULL in mount() syscallsIago López Galeiras2015-03-311-8/+8
* nspawn: tell coverity that we ignore return valueZbigniew Jędrzejewski-Szmek2015-03-141-1/+1
* tree-wide: there is no ENOTSUP on linuxDavid Herrmann2015-03-131-3/+3
* nspawn: fix use-after-free and leak in error pathsZbigniew Jędrzejewski-Szmek2015-03-071-2/+2
* nspawn: Map all seccomp filters to capabilitiesJay Faulkner2015-03-051-27/+17
* nspawn: make kill signal to use for PID 1 configurableLennart Poettering2015-02-251-2/+18
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-9/+0
* nspawn: fix whitespace and typo in partition table blurbJan Synacek2015-02-231-1/+1
* nspawn: chown basic device nodes to userns rootLennart Poettering2015-02-191-0/+8
* nspawn: fix build on non-selinux systemsLennart Poettering2015-02-191-4/+1
* nspawn: add basic user namespacing supportLennart Poettering2015-02-191-39/+164
* nspawn: when connected to pipes for stdin/stdout, pass them as-is to PID 1Lennart Poettering2015-02-181-21/+27
* nspawn: add support for --property= to set scope propertiesLennart Poettering2015-02-181-6/+31
* nspawn: Allow module loading if CAP_SYS_MODULE is requestedJay Faulkner2015-02-041-3/+20
* util: rework strappenda(), and rename it strjoina()Lennart Poettering2015-02-031-13/+13
* remove unused variablesThomas Hindoe Paaboel Andersen2015-02-021-1/+0
* nspawn: when mounting the cgroup hierarchies, use the exact same mount option...Lennart Poettering2015-01-231-2/+10
* nspawn: mount /tmp in the container, don't leave this to the container's initLennart Poettering2015-01-231-0/+1
* nspawn: allow bind-mounting char and block filesAlban Crequy2015-01-231-16/+11
* nspawn: work around kernel bug with partition table probing on loopback devicesLennart Poettering2015-01-201-70/+74
* nspawn: add ipvlan supportTom Gundersen2015-01-201-0/+99
* nspawn: support dissecting GPT images that contain only a single generic linu...Lennart Poettering2015-01-191-39/+56
* inspawn: wait until udev has probed a loopback device before making us of itLennart Poettering2015-01-191-3/+62
* nspawn: fix log typosJonathan Boulle2015-01-151-2/+2