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