summaryrefslogtreecommitdiffstats
path: root/src/nspawn (follow)
Commit message (Expand)AuthorAgeFilesLines
* nspawn: try to orderly shutdown container when receiving SIGTERMLennart Poettering2012-12-221-2/+15
* nspawn: allow passing socket activation fds through nspawnLennart Poettering2012-12-221-10/+61
* nspawn: allow nspawn to be invoked without ttyLennart Poettering2012-12-221-18/+26
* nspawn: reset supplementary and main group id before entering nspawnLennart Poettering2012-11-221-0/+17
* nspawn: use automatic cleanup and provide debug infoZbigniew Jędrzejewski-Szmek2012-10-021-69/+54
* log: fix repeated invocation of vsnprintf()/vaprintf() in log_struct()Lennart Poettering2012-09-241-0/+6
* nspawn: document why we don't check resolv.conf mount errorsLennart Poettering2012-09-211-0/+2
* nspawn: we can't overmount /etc/localtime anymore since it's usually a symlin...Lennart Poettering2012-09-211-9/+42
* nspawn: fix memleak introduced with automatic cleanupZbigniew Jędrzejewski-Szmek2012-09-161-1/+1
* nspawn: use automatic cleanup for umaskZbigniew Jędrzejewski-Szmek2012-09-161-46/+21
* nspawn: _cleanup_free_ moreZbigniew Jędrzejewski-Szmek2012-09-161-33/+10
* nspawn: use automatic cleanupZbigniew Jędrzejewski-Szmek2012-09-161-4/+2
* nspawn: mount tmpfs on /dev/shmZbigniew Jędrzejewski-Szmek2012-09-161-0/+1
* nspawn: handle poweroff/reboot nicely in containersLennart Poettering2012-09-061-168/+203
* nspawn: don't provide /dev/rtc0 in the containerLennart Poettering2012-09-061-2/+1
* nspawn: generate a new randomized boot ID for each containerLennart Poettering2012-09-051-4/+64
* nspawn: if a file system comes pre-mounted, still do the read-only remountsLennart Poettering2012-09-051-1/+2
* nspawn: skip mounts if already mountedLennart Poettering2012-09-051-0/+3
* nspawn: mount a clean instance of sysfsLennart Poettering2012-09-051-3/+2
* nspawn: add /dev FD symlinks in container setupDave Reisner2012-08-211-0/+3
* nspawn,namespaces: make sure we recursively bind mount things inLennart Poettering2012-08-131-2/+2
* nspawn: unset a few unnecessary params to mount()Lennart Poettering2012-08-131-7/+7
* nspawn: inherit mounts from real root, don't propagate mounts to real rootLennart Poettering2012-08-131-5/+7
* log.h: new log_oom() -> int -ENOMEM, use itShawn Landden2012-07-261-27/+15
* use "Out of memory." consistantly (or with "\n")Shawn Landden2012-07-251-11/+11
* nspawn: generate proper error messages in the childLennart Poettering2012-07-191-21/+39
* nspawn: introduce new --link-journal= switch to link container journals into ...Lennart Poettering2012-07-191-11/+196
* unit: introduce %s specifier for the user shellLennart Poettering2012-07-161-1/+1
* nspawn: introduce new --capabilities= flag and make use of it in the nspawn t...Lennart Poettering2012-06-281-27/+56
* mkdir: append _label to all mkdir() calls that explicitly set the selinux con...Kay Sievers2012-05-311-5/+5
* main: add configuration option to alter capability bounding set for PID 1Lennart Poettering2012-05-241-43/+27
* util: split-out path-util.[ch]Kay Sievers2012-05-081-1/+2
* nspawn: add --read-only switchLennart Poettering2012-04-251-4/+24
* nspawn: bind mount /etc/resolv.conf from the host by defaultLennart Poettering2012-04-251-0/+25
* nspawn: add --uuid= switch to allow setting the machine id for the containerLennart Poettering2012-04-221-4/+20
* nspawn: add -b switch to automatically look for an init binaryLennart Poettering2012-04-221-2/+27
* nspawn: be more careful when initializing the hostname from the directory nameLennart Poettering2012-04-221-5/+26
* nspawn: make /dev/kmsg unavailable in the container, but allow access to /pro...Lennart Poettering2012-04-221-0/+10
* remove MS_* which can not be combined with current kernel codeKay Sievers2012-04-181-1/+1
* build-sys: add stub makefiles to all subdirs to ease development with emacsLennart Poettering2012-04-131-0/+1
* nspawn: add missing include linesLennart Poettering2012-04-131-0/+2
* nspawn: fake /dev/kmsg and /proc/kmsg as fifoLennart Poettering2012-04-131-45/+161
* move all tools to subdirsKay Sievers2012-04-121-0/+925