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

Remove ufw from new and existing installs #7315

Merged
merged 1 commit into from
Nov 7, 2024
Merged

Commits on Nov 6, 2024

  1. Remove ufw from new and existing installs

    We don't use ufw and in noble, it conflicts with iptables-persistent,
    which we do want to use.
    
    Remove it during provisioning and install a systemd timer to remove it.
    (We can't do it during a postinst because we're already in an apt
    session at that time.) A testinfra check verifies that the unit does
    remove the package.
    
    This can be extended in the future by adding more ConditionPathExists
    and more packages to the list.
    
    Fixes #7313.
    legoktm committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    cbc957b View commit details
    Browse the repository at this point in the history