mirror of
https://github.com/opencontainers/runc.git
synced 2025-11-01 19:42:43 +08:00
Create a new session key ring '_ses' for every container. This avoids sharing the key structure with the process that created the container and the container inherits from. This patch fixes it init and exec. Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>