forked from coreos/rpm-ostree
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
container: Enable wrappers duing transaction
This ensures that we get the same wrappers for `/usr/bin/systemctl` and `/usr/bin/groupadd` in the container flow that we have at `compose tree` time. (Also, it's really confusing that this functionality is separate from `cliwrap`...we need to unify these two things) While I'm here, I hit an exciting bug in the container flow where I accidentally typo'd a package name, and because we didn't "undo on drop" we left our wrappers active. (This doesn't matter on the compose side as we're always acting on a temporary filesystem) Bigger picture we should do https://internals.rust-lang.org/t/should-rust-programs-unwind-on-sigint/13800/11
- Loading branch information
Showing
5 changed files
with
36 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters