Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closes: 15858 (podman system reset --force destroy machine) #16268

Merged
merged 1 commit into from
Oct 24, 2022

Commits on Oct 23, 2022

  1. Fixes: 15858 (podman system reset --force destroy machine)

    Safe guards calls to os.RemoveAll in order to prevent calls from accidently
    deleting the root file system in very strange edge cases. Did this by creating
    GuardedRemoveAll and migrated machine os.RemoveAll calls to it.
    
    Signed-off-by: Mike Perry <mike@bitbistro.org>
    BitBistro committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    0572e59 View commit details
    Browse the repository at this point in the history