mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-20 01:40:36 +00:00
Test containers need to run as spc_t in order to interact with the host filesystem under /tmp, as the tests for HostPath are doing. Docker will transition the container into this domain when running the container as privileged. Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>