Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
install: Only switch to loopback after re-exec
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]>
- Loading branch information