summaryrefslogtreecommitdiff
path: root/src/nspawn
Commit message (Expand)AuthorAgeFilesLines
* nspawn: register external network interface with machinedLennart Poettering2014-07-101-15/+29
* nspawn: add new --volatile switch for booting containers in volatile (ephemer...Lennart Poettering2014-07-041-10/+148
* nspawn: when running in a service unit, use systemd for restartsLennart Poettering2014-07-031-0/+15
* nspawn: block open_by_handle_at() and others via seccompLennart Poettering2014-06-301-12/+35
* nspawn: let's avoid using goto to wildly for non-cleanup purposesLennart Poettering2014-06-301-45/+43
* nspawn: simplify exit condition checkLennart Poettering2014-06-301-7/+8
* nspawn: log a warning on failure from wait_for_terminate()Luke Shumaker2014-06-301-1/+3
* nspawn: Fix regression with exit statusLuke Shumaker2014-06-301-8/+20
* switch-root: create essential base directories at system bootupKay Sievers2014-06-241-1/+1
* nspawn: create essential base directories at system bootupKay Sievers2014-06-241-0/+7
* consistently order cleanup attribute before typeThomas Hindoe Paaboel Andersen2014-06-221-1/+1
* os-release: define /usr/lib/os-release as fallback for /etc/os-releaseLennart Poettering2014-06-131-1/+1
* nspawn: add new --tmpfs= option to mount a tmpfs on specific directories, suc...Lennart Poettering2014-06-111-13/+81
* tmpfiles: add new "C" line for copying files or directoriesLennart Poettering2014-06-101-1/+2
* nspawn: split long message into two linesZbigniew Jędrzejewski-Szmek2014-06-071-1/+2
* namespace: beef up read-only bind mount logicLennart Poettering2014-06-061-10/+15
* nspawn: make nspawn robust to container failureDjalal Harouni2014-05-251-25/+67
* nspawn: move container wait logic into wait_for_container()Djalal Harouni2014-05-251-37/+78
* Use %m instead of strerror(errno) where appropiateCristian Rodríguez2014-05-251-1/+1
* nspawn: restore journal directory is empty checkLennart Poettering2014-05-221-0/+3
* nspawn: allow to bind mount journal on top of a non empty container journal d...Djalal Harouni2014-05-221-5/+0
* fix spelling of privilegeNis Martensen2014-05-191-1/+1
* nspawn: properly format container_uuid in UUID formatLennart Poettering2014-05-161-5/+13
* nspawn: Fix erroneous OOM when building group listPhilip Lorenz2014-04-101-1/+1
* sd-rtnl: rework rtnl type systemTom Gundersen2014-03-281-14/+2
* util: replace close_pipe() with new safe_close_pair()Lennart Poettering2014-03-241-1/+1
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-181-19/+12
* nspawn: UP the host side of the veth pair after adding it to a bridgeTom Gundersen2014-03-161-0/+6
* nspawn: remove unused variableDave Reisner2014-03-131-2/+0
* nspawn: allow -EEXIST on mkdir_safe /home/${uid}Brandon Philips2014-03-141-1/+1
* nspawn: make host0's MAC address persistentTom Gundersen2014-03-131-1/+50
* nspawn: honour GPT partition flags when mounting file systems following the d...Lennart Poettering2014-03-131-11/+45
* nspawn: fix argv[0] for getentMantas Mikulėnas2014-03-111-2/+2
* nspawn: allow using kdbus from nspawn containersLennart Poettering2014-03-111-2/+13
* nspawn: fix getent fallbackLennart Poettering2014-03-111-1/+1
* nspawn: when resoliving UIDs/GIDs for "-u", do so in forked off /usr/bin/gete...Lennart Poettering2014-03-111-59/+273
* nspawn: make sure we don't try to mount the container block device in the chi...Lennart Poettering2014-03-111-15/+38
* nspawn: don't try mknod() of /dev/console with the correct major/minorLennart Poettering2014-03-101-15/+10
* nspawn: add --image= switch to boot GPT disk images that follow the Discovera...Lennart Poettering2014-03-101-42/+529
* nspawn: fix detection of missing /proc/self/loginuidTero Roponen2014-02-281-1/+1
* nspawn: no need for duplicate checks against EEXISTLennart Poettering2014-02-261-1/+1
* nspawn: add new switch --network-macvlan= to add a macvlan device to the cont...Lennart Poettering2014-02-251-31/+166
* nspawn: make use of the devices cgroup controller by defaultLennart Poettering2014-02-241-7/+71
* nspawn: when adding a veth interface to a bridge, use the "vb-" rather than "...Lennart Poettering2014-02-211-2/+9
* api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering2014-02-201-6/+6
* make gcc shut upLennart Poettering2014-02-191-1/+1
* core: add Personality= option for units to set the personality for spawned pr...Lennart Poettering2014-02-191-1/+1
* nspawn: add new --personality= switch to make it easier to run 32bit containe...Lennart Poettering2014-02-181-0/+21
* nspawn: x86 is special with its socketcall() semantics, be permissive in the ...Lennart Poettering2014-02-181-1/+1
* seccomp: add helper call to add all secondary archs to a seccomp filterLennart Poettering2014-02-181-8/+10