|
|
|
|
|
by djsumdog
3486 days ago
|
|
I've had to make AppArmor profiles in the past and they can get a bit painful. I've never had to configure SELinux so I don't know how much better/worse it is. That being said, I think Docker and other container systems are going to remove the need for these security profile systems. Yes, if there is exploitable code in the container, it can read/write to other things in the container. But so long as you keep the docker daemon up to date on its security patches, application exploits shouldn't be able to leak beyond the container, with the exception of volumes and linked containers/ports. |
|
A kernel exploit executed in a Docker container would compromise all the other Docker containers on the same machine (and the machine as a whole).