You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All (open source) users of KVMContainerLabel[s] and InitContainerLabel[s]
(containerd, podman, and cri-o) are immediately releasing the acquired
MCS. They only need the type field, so they can change the existing
label to that type. Everything else, including the just-generated unique
MCS label, is not used.
Introduce ChangeLabelType which does just what all those users need.
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
0 commit comments