1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/runtime/execdriver/native
Kevin Wallace c94111b619 Allow non-privileged containers to create device nodes.
Such nodes could already be created by importing a tarball to a container; now
they can be created from within the container itself.

This gives non-privileged containers the mknod kernel capability, and modifies
their cgroup settings to allow creation of *any* node, not just whitelisted
ones.  Use of such nodes is still controlled by the existing cgroup whitelist.

Docker-DCO-1.1-Signed-off-by: Kevin Wallace <kevin@pentabarf.net> (github: kevinwallace)
2014-04-03 18:44:13 +00:00
..
configuration Add unit test for lxc conf merge and native opts 2014-03-24 07:16:40 +00:00
template Allow non-privileged containers to create device nodes. 2014-04-03 18:44:13 +00:00
create.go Update imports to be consistent 2014-04-01 07:07:42 +00:00
driver.go Ensure a reliable way to kill ghost containers on reboot 2014-04-01 07:11:41 +00:00
info.go Move execdrivers into runtime top level pkg 2014-03-17 11:40:12 -07:00
term.go Move execdrivers into runtime top level pkg 2014-03-17 11:40:12 -07:00