runc/namespaces
Michael Crosby cb6ba4dbfb Set apparmor profile in execin
The set of the apparmor profile for the setns codepath was missing.
Selinux was being called but apparmor was forgotten.  This was causing
no profiles to be applied to the extra process spawn inside an existing
container.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2014-10-14 05:53:44 +00:00
..
nsenter Enter cgroups as part of nsenter while using systemd. 2014-08-13 23:26:27 +00:00
create.go Add RootFs field to configuration options in libcontainer's Config 2014-09-23 16:16:13 -07:00
exec.go Add RootFs field to configuration options in libcontainer's Config 2014-09-23 16:16:13 -07:00
execin.go Set apparmor profile in execin 2014-10-14 05:53:44 +00:00
init.go Make syncpipe transport generic data 2014-08-06 18:00:52 -07:00
types.go Updated libcontainer subpackage dependencies. Most subpackages now do not depend on their parent ('libcontainer') package. 'namespaces' and 'nsinit' still do. 2014-06-20 22:52:43 +00:00
types_linux.go Updated libcontainer subpackage dependencies. Most subpackages now do not depend on their parent ('libcontainer') package. 'namespaces' and 'nsinit' still do. 2014-06-20 22:52:43 +00:00
types_test.go Updated libcontainer subpackage dependencies. Most subpackages now do not depend on their parent ('libcontainer') package. 'namespaces' and 'nsinit' still do. 2014-06-20 22:52:43 +00:00