chiark / gitweb /
execute: make setup_pam() return -errno when possible
[elogind.git] / src / nspawn.c
2011-11-02 Lennart PoetteringMerge remote-tracking branch 'zbigniew/systemadm_changes'
2011-10-11 Lennart Poetteringutil: properly detect what the last capability is
2011-09-23 Lennart Poetteringnspawn: set env var container=systemd-nspawn, following...
2011-09-22 Lennart Poetteringcoverity: change a few things so that coverity doesn...
2011-08-22 Lennart Poetteringcgroup: optionally mount a specific cgroup controllers...
2011-08-18 Frederic CrozatPATCH: add missing header include
2011-08-02 Lennart Poetteringexec: introduce PrivateNetwork= process option to turn...
2011-08-02 Lennart Poetteringnspawn: add new --no-net switch to turn off networking...
2011-08-01 Lennart Poetteringumask: change default umask to 0022 just to be sure...
2011-07-29 Lennart Poetteringnspawn: properly bind mount /sys/fs/selinux into contai...
2011-07-23 Lennart Poetteringnspawn: mount a new /proc instance in the container...
2011-07-13 Lennart Poetteringnspawn: compress mount table a bit
2011-07-13 Lennart Poetteringnspawn: always use bind mounts to make API file systems...
2011-07-01 Lennart Poetteringnspawn: better use setresuid() instead of setreuid()
2011-07-01 Michal Vyskocilnspawn: spawn shell under specified --user
2011-06-28 Lennart Poetteringexecute: don't choke when systemd was compiled with...
2011-06-14 Kay Sieversmount /run without MS_NOEXEC
2011-04-20 Lennart Poetteringnspawn: don't fail when we receive SIGCHLD
2011-03-28 Kay Sieversuse /run instead of /dev/.run
2011-03-16 Lennart Poetteringnspawn: bind mount /etc/localtime
2011-03-16 Lennart Poetteringnspawn: make tty code more robust against closed/reopen...
2011-03-16 Lennart Poetteringnspawn: allocate a new pty instead of passing ours...
2011-03-14 Lennart Poetteringnspawn: move container into its own name=systemd cgroup
2011-03-14 Lennart Poetteringnspawn: don't require selinux on if it is compiled in
2011-03-14 Lennart Poetteringnspawn: mount /selinux if needed
2011-03-14 Lennart Poetteringnspawn: we don't want a network namespace
2011-03-14 Lennart Poetteringmain: log to the console in a container
2011-03-14 Lennart Poetteringnspawn: reset environment and load login shell
2011-03-14 Lennart Poetteringnspawn: reset umask if needed
2011-03-14 Lennart Poetteringnspawn: define MS_MOVE manually if needed
2011-03-14 Lennart Poetteringnspawn: improve exit warning
2011-03-14 Lennart Poetteringnspawn: add simple chroot(1) like tool to execute comma...