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

feat(Firewall): Add FirewallD to firewall rules #1033

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Jaredy899
Copy link

@Jaredy899 Jaredy899 commented Feb 16, 2025

Type of Change

  • New feature
  • Bug fix
  • Documentation update
  • Refactoring
  • Hotfix
  • Security patch
  • UI/UX improvement

Description

Detects systems with FirewallD and applies recommended rules. On systems without FirewallD, will use UFW rules or install UFW and apply rules.

Testing

Tested on Arch, Debian, Ubuntu, Fedora, Alpine, openSUSE Tumbleweed, Void.

Impact

Assumes PR #994 as I have added void to the ufw installs.

Issues / other PRs related

Additional Information

Checklist

  • My code adheres to the coding and style guidelines of the project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.
  • My changes generate no errors/warnings/merge conflicts.

@Jaredy899 Jaredy899 marked this pull request as ready for review February 16, 2025 23:45
@Jaredy899 Jaredy899 changed the title feat(Firewall): Add Firewalld to firewall rules feat(Firewall): Add FirewallD to firewall rules Feb 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Include the FirewallD equivalents to the UFW Rules
1 participant