| Summary: | Ufw is missing a kdeconnect firewall rule | ||
|---|---|---|---|
| Product: | [Applications] systemsettings | Reporter: | kde.referable804 |
| Component: | kcm_firewall | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED UPSTREAM | ||
| Severity: | wishlist | CC: | lucas.biaggi, nate, tcanabrava |
| Priority: | NOR | ||
| Version First Reported In: | 6.2.5 | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
kde.referable804
2025-01-27 17:07:49 UTC
What firewall backend are you using? Ufw or firewalld? FWIW I see an entry for "kdeconnect" with the firewalld backend. I believe this is because firewalld's source code contains an entry for KDE Connect [1] while ufw's source code does not. [2] plasma-firewall does not have its own set of rules and the available rule presets are provided by the backend used. [1] https://github.com/firewalld/firewalld/blob/main/config/services/kdeconnect.xml [2] https://git.launchpad.net/ufw/tree/profiles (In reply to Nate Graham from comment #1) > What firewall backend are you using? Ufw or firewalld? I'm using UFW as the firewall backend. |