summaryrefslogtreecommitdiff
path: root/src/nspawn.c
AgeCommit message (Expand)Author
2012-01-05build-sys: move public header files into a dir of their ownLennart Poettering
2012-01-03nspawn: get rid of BUFFER_SIZE, use LINE_MAX insteadLennart Poettering
2011-10-11util: properly detect what the last capability isLennart Poettering
2011-09-23nspawn: set env var container=systemd-nspawn, following the scheme lxc introd...Lennart Poettering
2011-09-23coverity: change a few things so that coverity doesn't show so many false pos...Lennart Poettering
2011-08-23cgroup: optionally mount a specific cgroup controllers together, and add cpu+...Lennart Poettering
2011-08-19PATCH: add missing header includeFrederic Crozat
2011-08-02exec: introduce PrivateNetwork= process option to turn off network access to ...Lennart Poettering
2011-08-02nspawn: add new --no-net switch to turn off networking in the containerLennart Poettering
2011-08-01umask: change default umask to 0022 just to be sure, and set it explicitly in...Lennart Poettering
2011-07-29nspawn: properly bind mount /sys/fs/selinux into container, since /selinux mo...Lennart Poettering
2011-07-23nspawn: mount a new /proc instance in the container so that we don't see the ...Lennart Poettering
2011-07-13nspawn: compress mount table a bitLennart Poettering
2011-07-13nspawn: always use bind mounts to make API file systems available in the cont...Lennart Poettering
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