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
I noticed we were leaking a loopback device, and the reason is
because the "re-exec self for selinux" dance.
We should really try to move that re-exec way earlier because
it's a big hazard for stuff like this right now.
This is a simple fix though that just moves the switch to
allocating the loopback device until after we've done the install
prep (including that re-exec).
Signed-off-by: Colin Walters <[email protected]>
0 commit comments