mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
018ce19b31
This fixes issues where the apparmor profile is not applied to processes via docker exec. As a side effect the parent processes were unable to kill the additional child processes because of the profile mismatch. Easy way to reproduce on an apparmor system: docker run -ti debian:jessie bash ps auxZ - look at the labels - in another shell docker exec <name> sleep 1000 - go back to the first container and ps auxZ - make sure all processes have the correct docker-default profile Signed-off-by: Michael Crosby <crosbymichael@gmail.com> |
||
---|---|---|
.. | ||
src | ||
MAINTAINERS |