docker/daemon/execdriver
Alexander Larsson fcf2e9a910 native driver: Add required capabilities
We need SETFCAP to be able to mark files as having caps, which is
heavily used by fedora.
See https://github.com/dotcloud/docker/issues/5928

We also need SETPCAP, for instance systemd needs this to set caps
on its childen.

Both of these are safe in the sense that they can never ever
result in a process with a capability not in the bounding set of the
container.

We also add NET_BIND_SERVICE caps, to be able to bind to ports lower
than 1024.

Docker-DCO-1.1-Signed-off-by: Alexander Larsson <alexl@redhat.com> (github: alexlarsson)
2014-05-20 11:31:39 +02:00
..
execdrivers Typo in execdrivers.go five => give 2014-05-16 11:45:20 +00:00
lxc Move cgroups package into libcontainer 2014-05-14 15:21:44 -07:00
native native driver: Add required capabilities 2014-05-20 11:31:39 +02:00
MAINTAINERS Rename runtime/* to daemon/* 2014-04-17 14:43:01 -07:00
driver.go Add cpuset cpus support for docker 2014-05-13 18:17:12 -07:00
pipes.go Rename runtime/* to daemon/* 2014-04-17 14:43:01 -07:00
termconsole.go Rename runtime/* to daemon/* 2014-04-17 14:43:01 -07:00