docker/daemon/execdriver/native
Dan Walsh adb2e3fedc /dev/mqueue should never be mounted readonly
If user specifies --read-only flag it should not effect /dev/mqueue.
This is causing SELinux issues in docker-1.10.  --read-only blows up
on SELinux enabled machines.  Mounting /dev/mqueue read/only would also
blow up any tool that was going to use /dev/mqueue.

Signed-off-by: Dan Walsh <dwalsh@redhat.com>
2016-02-15 14:56:07 -05:00
..
template Make mqueue container specific 2016-02-05 16:50:35 +01:00
create.go /dev/mqueue should never be mounted readonly 2016-02-15 14:56:07 -05:00
driver.go remove the unused Info interface in daemon/execdriver/driver.go and related code 2016-02-02 09:04:52 +08:00
driver_unsupported.go Fix declarations of of execdriver/native.NewDriver to have the same signature. 2016-01-02 19:55:37 +01:00
driver_unsupported_nocgo.go Fix declarations of of execdriver/native.NewDriver to have the same signature. 2016-01-02 19:55:37 +01:00
exec.go Add user namespace (mapping) support to the Docker engine 2015-10-09 17:47:37 -04:00
init.go Update libcontainer 2015-07-16 16:02:26 -07:00