summaryrefslogtreecommitdiff
path: root/src/nspawn.c
Commit message (Expand)AuthorAgeFilesLines
* nspawn: set env var container=systemd-nspawn, following the scheme lxc introd...Lennart Poettering2011-09-231-4/+5
* coverity: change a few things so that coverity doesn't show so many false pos...Lennart Poettering2011-09-231-2/+4
* cgroup: optionally mount a specific cgroup controllers together, and add cpu+...Lennart Poettering2011-08-231-1/+1
* PATCH: add missing header includeFrederic Crozat2011-08-191-0/+1
* exec: introduce PrivateNetwork= process option to turn off network access to ...Lennart Poettering2011-08-021-11/+11
* nspawn: add new --no-net switch to turn off networking in the containerLennart Poettering2011-08-021-6/+20
* umask: change default umask to 0022 just to be sure, and set it explicitly in...Lennart Poettering2011-08-011-2/+1
* nspawn: properly bind mount /sys/fs/selinux into container, since /selinux mo...Lennart Poettering2011-07-291-2/+2
* nspawn: mount a new /proc instance in the container so that we don't see the ...Lennart Poettering2011-07-231-1/+1
* nspawn: compress mount table a bitLennart Poettering2011-07-131-10/+10
* nspawn: always use bind mounts to make API file systems available in the cont...Lennart Poettering2011-07-131-5/+11
* nspawn: better use setresuid() instead of setreuid()Lennart Poettering2011-07-011-4/+4
* nspawn: spawn shell under specified --userMichal Vyskocil2011-07-011-6/+64
* execute: don't choke when systemd was compiled with a different CAP_LAST_CAP ...Lennart Poettering2011-06-281-2/+2
* mount /run without MS_NOEXECKay Sievers2011-06-141-1/+1
* nspawn: don't fail when we receive SIGCHLDLennart Poettering2011-04-201-1/+8
* use /run instead of /dev/.runKay Sievers2011-03-281-1/+1
* nspawn: bind mount /etc/localtimeLennart Poettering2011-03-161-1/+8
* nspawn: make tty code more robust against closed/reopened /dev/consoleLennart Poettering2011-03-161-57/+12
* nspawn: allocate a new pty instead of passing ours through to avoid terminal ...Lennart Poettering2011-03-161-51/+399
* nspawn: move container into its own name=systemd cgroupLennart Poettering2011-03-141-4/+32
* nspawn: don't require selinux on if it is compiled inLennart Poettering2011-03-141-9/+11
* nspawn: mount /selinux if neededLennart Poettering2011-03-141-7/+10
* nspawn: we don't want a network namespaceLennart Poettering2011-03-141-1/+1
* main: log to the console in a containerLennart Poettering2011-03-141-1/+1
* nspawn: reset environment and load login shellLennart Poettering2011-03-141-3/+10
* nspawn: reset umask if neededLennart Poettering2011-03-141-0/+5
* nspawn: define MS_MOVE manually if neededLennart Poettering2011-03-141-0/+1
* nspawn: improve exit warningLennart Poettering2011-03-141-2/+2
* nspawn: add simple chroot(1) like tool to execute commands in a namespace con...Lennart Poettering2011-03-141-0/+444