diff --git a/server/sandbox_run.go b/server/sandbox_run.go index 234493f4..7c7d8c26 100644 --- a/server/sandbox_run.go +++ b/server/sandbox_run.go @@ -201,6 +201,7 @@ func (s *Server) RunPodSandbox(ctx context.Context, req *pb.RunPodSandboxRequest return nil, err } g.SetProcessSelinuxLabel(processLabel) + g.SetLinuxMountLabel(mountLabel) } // create shm mount for the pod containers.