summaryrefslogtreecommitdiff
path: root/src/nspawn.c
AgeCommit message (Expand)Author
2011-07-01nspawn: better use setresuid() instead of setreuid()Lennart Poettering
2011-07-01nspawn: spawn shell under specified --userMichal Vyskocil
2011-06-28execute: don't choke when systemd was compiled with a different CAP_LAST_CAP ...Lennart Poettering
2011-06-14mount /run without MS_NOEXECKay Sievers
2011-04-20nspawn: don't fail when we receive SIGCHLDLennart Poettering
2011-03-28use /run instead of /dev/.runKay Sievers
2011-03-16nspawn: bind mount /etc/localtimeLennart Poettering
2011-03-16nspawn: make tty code more robust against closed/reopened /dev/consoleLennart Poettering
2011-03-16nspawn: allocate a new pty instead of passing ours through to avoid terminal ...Lennart Poettering
2011-03-14nspawn: move container into its own name=systemd cgroupLennart Poettering
2011-03-14nspawn: don't require selinux on if it is compiled inLennart Poettering
2011-03-14nspawn: mount /selinux if neededLennart Poettering
2011-03-14nspawn: we don't want a network namespaceLennart Poettering
2011-03-14main: log to the console in a containerLennart Poettering
2011-03-14nspawn: reset environment and load login shellLennart Poettering
2011-03-14nspawn: reset umask if neededLennart Poettering
2011-03-14nspawn: define MS_MOVE manually if neededLennart Poettering
2011-03-14nspawn: improve exit warningLennart Poettering
2011-03-14nspawn: add simple chroot(1) like tool to execute commands in a namespace con...Lennart Poettering