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