pkg/libcontainer/nsinit
Dan Walsh eab8c83391 In certain cases, setting the process label will not happen.
When the code attempts to set the ProcessLabel, it checks if SELinux Is
enabled.  We have seen a case with some of our patches where the code
is fooled by the container to think that SELinux is not enabled.  Calling
label.Init before setting up the rest of the container, tells the library that
SELinux is enabled and everything works fine.

Docker-DCO-1.1-Signed-off-by: Dan Walsh <dwalsh@redhat.com> (github: rhatdan)
2014-04-03 09:32:29 -04:00
..
nsinit Add initial logging to libcontainer 2014-03-14 09:55:05 -07:00
command.go Add stderr log ouput if in debug 2014-03-14 09:55:05 -07:00
exec.go cgroups: Splity out Apply/Cleanup to separate file/interface 2014-03-27 21:47:47 +01:00
execin.go This patch adds SELinux labeling support. 2014-03-26 15:30:40 -04:00
init.go In certain cases, setting the process label will not happen. 2014-04-03 09:32:29 -04:00
mount.go This patch adds SELinux labeling support. 2014-03-26 15:30:40 -04:00
nsinit.go Add initial logging to libcontainer 2014-03-14 09:55:05 -07:00
state.go Move container.json and pid file into a root specific driver dir 2014-02-25 12:41:31 -08:00
sync_pipe.go libcontainer: Don't use UsetCloseOnExec, it is racy 2014-03-06 14:10:32 +01:00
term.go Refactor driver to use Exec function from nsini 2014-02-22 01:21:26 -08:00
unsupported.go Fix cross compile for make cross 2014-02-25 15:19:13 -08:00