runc/libcontainer/integration
Michael Crosby 0dad64f7ad Fix STDIO permissions when container user not root
Fix the permissions of the container's main processes STDIO when the
process is not run as the root user.  This changes the permissions right
before switching to the specified user so that it's STDIO matches it's
UID and GID.

Add a test for checking that the STDIO of the process is owned by the
specified user.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2015-09-18 14:11:29 -07:00
..
checkpoint_test.go integration: show criu logs in a error case 2015-07-30 21:01:09 +03:00
doc.go Move libcontainer into subdirectory 2015-06-21 19:29:15 -07:00
exec_test.go Fix STDIO permissions when container user not root 2015-09-18 14:11:29 -07:00
execin_test.go Adding oom_score_adj as a container config param. 2015-08-31 14:02:59 -07:00
init_test.go Update import paths for new repository 2015-06-21 19:29:59 -07:00
seccomp_test.go make localtest failure on removing seccomp flag 2015-09-12 14:43:55 +05:30
template_test.go Add CAP prefix for capabilities 2015-09-15 14:43:03 -04:00
utils_test.go test: propagate the error to the caller 2015-07-25 22:25:43 +08:00