summaryrefslogtreecommitdiff
path: root/src/nspawn/nspawn.c
Commit message (Expand)AuthorAgeFilesLines
* util: introduce sethostname_idempotentMichal Sekletar2014-10-271-1/+1
* nspawn: fix DeviceAllow listDaniel Mack2014-10-171-1/+1
* nspawn: actually allow access to /dev/net/tun in the containerLennart Poettering2014-10-101-0/+1
* nspawn: copy /dev/net/tun from hostTom Gundersen2014-10-081-4/+12
* nspawn: log when tearing down of loop device failsTom Gundersen2014-09-291-3/+10
* nspawn: check some more return valuesTom Gundersen2014-09-251-24/+96
* nspawn: don't try to create veth link with too long ifnameTom Gundersen2014-09-191-1/+1
* nspawn: fix --network-interfaceTom Gundersen2014-08-281-1/+1
* util: make use of newly added reset_signal_mask() call wherever appropriateLennart Poettering2014-08-261-3/+1
* notify: send STOPPING=1 from our daemonsLennart Poettering2014-08-211-1/+7
* nspawn: make sure that when --network-veth is used both the host and the cont...Lennart Poettering2014-08-041-7/+20
* bus: always explicitly close bus from main programsLennart Poettering2014-08-041-2/+2
* Unify parse_argv styleZbigniew Jędrzejewski-Szmek2014-08-031-7/+4
* nspawn: fix truncation of machine names in interface namesZbigniew Jędrzejewski-Szmek2014-08-031-5/+2
* Reject invalid quoted stringsZbigniew Jędrzejewski-Szmek2014-07-311-4/+5
* barrier: initalize file descriptors with -1Zbigniew Jędrzejewski-Szmek2014-07-181-2/+2
* nspawn: fix barrier-destroy callDavid Herrmann2014-07-171-1/+1
* nspawn: use Barrier API instead of eventfd-utilDavid Herrmann2014-07-171-76/+60
* 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