pkg/libcontainer/nsinit
Bernerd Schaefer 906451091d SETUID/SETGID not required for changing user
It is no longer necessary to pass "SETUID" or "SETGID" capabilities to
the container when a "user" is specified in the config.

Docker-DCO-1.1-Signed-off-by: Bernerd Schaefer <bj.schaefer@gmail.com> (github: bernerdschaefer)
2014-05-28 16:41:48 +02:00
..
nsinit "nsinit exec ..." forwards signals to container 2014-05-14 11:01:02 +02:00
create.go Make native driver use Exec func with different CreateCommand 2014-04-30 18:49:24 -07:00
exec.go Update wait calls to call Wait on Command 2014-05-27 13:38:24 -07:00
execin.go Improve libcontainer namespace and cap format 2014-05-05 12:34:21 -07:00
init.go SETUID/SETGID not required for changing user 2014-05-28 16:41:48 +02:00
pid.go Integrate new structure into docker's native driver 2014-04-30 18:20:01 -07:00
std_term.go Split term files to make it easier to manage 2014-04-30 17:04:24 -07:00
sync_pipe.go Export syncpipe fields 2014-04-30 17:02:45 -07:00
term.go Split term files to make it easier to manage 2014-04-30 17:04:24 -07:00
tty_term.go libcontainer/nsinit: remove Wait call from Exec and Kill from Attach in tty_term.go 2014-05-27 12:26:56 -07:00
unsupported.go Move cgroups package into libcontainer 2014-05-14 15:21:44 -07:00