index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nspawn.c
Age
Commit message (
Expand
)
Author
2012-03-15
nspawn: mount /etc/timezone into nspawn environment too
Lennart Poettering
2012-03-06
nspawn: be less cryptic when clone() fails
Lennart Poettering
2012-01-05
build-sys: move public header files into a dir of their own
Lennart Poettering
2012-01-03
nspawn: get rid of BUFFER_SIZE, use LINE_MAX instead
Lennart Poettering
2011-10-11
util: properly detect what the last capability is
Lennart Poettering
2011-09-23
nspawn: set env var container=systemd-nspawn, following the scheme lxc introd...
Lennart Poettering
2011-09-23
coverity: change a few things so that coverity doesn't show so many false pos...
Lennart Poettering
2011-08-23
cgroup: optionally mount a specific cgroup controllers together, and add cpu+...
Lennart Poettering
2011-08-19
PATCH: add missing header include
Frederic Crozat
2011-08-02
exec: introduce PrivateNetwork= process option to turn off network access to ...
Lennart Poettering
2011-08-02
nspawn: add new --no-net switch to turn off networking in the container
Lennart Poettering
2011-08-01
umask: change default umask to 0022 just to be sure, and set it explicitly in...
Lennart Poettering
2011-07-29
nspawn: properly bind mount /sys/fs/selinux into container, since /selinux mo...
Lennart Poettering
2011-07-23
nspawn: mount a new /proc instance in the container so that we don't see the ...
Lennart Poettering
2011-07-13
nspawn: compress mount table a bit
Lennart Poettering
2011-07-13
nspawn: always use bind mounts to make API file systems available in the cont...
Lennart Poettering
2011-07-01
nspawn: better use setresuid() instead of setreuid()
Lennart Poettering
2011-07-01
nspawn: spawn shell under specified --user
Michal Vyskocil
2011-06-28
execute: don't choke when systemd was compiled with a different CAP_LAST_CAP ...
Lennart Poettering
2011-06-14
mount /run without MS_NOEXEC
Kay Sievers
2011-04-20
nspawn: don't fail when we receive SIGCHLD
Lennart Poettering
2011-03-28
use /run instead of /dev/.run
Kay Sievers
2011-03-16
nspawn: bind mount /etc/localtime
Lennart Poettering
2011-03-16
nspawn: make tty code more robust against closed/reopened /dev/console
Lennart Poettering
2011-03-16
nspawn: allocate a new pty instead of passing ours through to avoid terminal ...
Lennart Poettering
2011-03-14
nspawn: move container into its own name=systemd cgroup
Lennart Poettering
2011-03-14
nspawn: don't require selinux on if it is compiled in
Lennart Poettering
2011-03-14
nspawn: mount /selinux if needed
Lennart Poettering
2011-03-14
nspawn: we don't want a network namespace
Lennart Poettering
2011-03-14
main: log to the console in a container
Lennart Poettering
2011-03-14
nspawn: reset environment and load login shell
Lennart Poettering
2011-03-14
nspawn: reset umask if needed
Lennart Poettering
2011-03-14
nspawn: define MS_MOVE manually if needed
Lennart Poettering
2011-03-14
nspawn: improve exit warning
Lennart Poettering
2011-03-14
nspawn: add simple chroot(1) like tool to execute commands in a namespace con...
Lennart Poettering