summaryrefslogtreecommitdiff
path: root/src/nspawn.c
Commit message (Expand)AuthorAge
* nspawn: mount /etc/timezone into nspawn environment tooLennart Poettering2012-03-15
* nspawn: be less cryptic when clone() failsLennart Poettering2012-03-06
* build-sys: move public header files into a dir of their ownLennart Poettering2012-01-05
* nspawn: get rid of BUFFER_SIZE, use LINE_MAX insteadLennart Poettering2012-01-03
* util: properly detect what the last capability isLennart Poettering2011-10-11
* nspawn: set env var container=systemd-nspawn, following the scheme lxc introd...Lennart Poettering2011-09-23
* coverity: change a few things so that coverity doesn't show so many false pos...Lennart Poettering2011-09-23
* cgroup: optionally mount a specific cgroup controllers together, and add cpu+...Lennart Poettering2011-08-23
* PATCH: add missing header includeFrederic Crozat2011-08-19
* exec: introduce PrivateNetwork= process option to turn off network access to ...Lennart Poettering2011-08-02
* nspawn: add new --no-net switch to turn off networking in the containerLennart Poettering2011-08-02
* umask: change default umask to 0022 just to be sure, and set it explicitly in...Lennart Poettering2011-08-01
* nspawn: properly bind mount /sys/fs/selinux into container, since /selinux mo...Lennart Poettering2011-07-29
* nspawn: mount a new /proc instance in the container so that we don't see the ...Lennart Poettering2011-07-23
* nspawn: compress mount table a bitLennart Poettering2011-07-13
* nspawn: always use bind mounts to make API file systems available in the cont...Lennart Poettering2011-07-13
* nspawn: better use setresuid() instead of setreuid()Lennart Poettering2011-07-01
* nspawn: spawn shell under specified --userMichal Vyskocil2011-07-01
* execute: don't choke when systemd was compiled with a different CAP_LAST_CAP ...Lennart Poettering2011-06-28
* mount /run without MS_NOEXECKay Sievers2011-06-14
* nspawn: don't fail when we receive SIGCHLDLennart Poettering2011-04-20
* use /run instead of /dev/.runKay Sievers2011-03-28
* nspawn: bind mount /etc/localtimeLennart Poettering2011-03-16
* nspawn: make tty code more robust against closed/reopened /dev/consoleLennart Poettering2011-03-16
* nspawn: allocate a new pty instead of passing ours through to avoid terminal ...Lennart Poettering2011-03-16
* nspawn: move container into its own name=systemd cgroupLennart Poettering2011-03-14
* nspawn: don't require selinux on if it is compiled inLennart Poettering2011-03-14
* nspawn: mount /selinux if neededLennart Poettering2011-03-14
* nspawn: we don't want a network namespaceLennart Poettering2011-03-14
* main: log to the console in a containerLennart Poettering2011-03-14
* nspawn: reset environment and load login shellLennart Poettering2011-03-14
* nspawn: reset umask if neededLennart Poettering2011-03-14
* nspawn: define MS_MOVE manually if neededLennart Poettering2011-03-14
* nspawn: improve exit warningLennart Poettering2011-03-14
* nspawn: add simple chroot(1) like tool to execute commands in a namespace con...Lennart Poettering2011-03-14