|
|
|
|
|
by foldr
2013 days ago
|
|
Just on a slight tangent, what are the security benefits of having a process run as a non-root user within a Docker container? It's obvious what the benefits are when running outside a container. Inside a container, on the other hand, there should only really be one important process running. That process will need to have access to all the interesting parts of the file system anyway, and being root inside a container doesn't let you do crazy superuser stuff like installing a kernel module. |
|
[0] https://blog.pentesteracademy.com/abusing-sys-module-capabil...