Summary: | Rules created via the simple dialogue have opposite sense to what was expected | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Paul Worrall <p.r.worrall> |
Component: | kcm_firewall | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | lucas.biaggi, nate, tcanabrava |
Priority: | NOR | ||
Version First Reported In: | master | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-firewall/commit/f32ebd357328881154218a82f42bf170c59f99dc | Version Fixed In: | |
Sentry Crash Report: |
Description
Paul Worrall
2022-12-20 10:47:24 UTC
Hi Paul, I assume you are referring to ufw backend, right? Hi Lucas, yes you assume correctly, my system is using ufw. Okay, I think I found the culprit, will work on it. A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-firewall/-/merge_requests/62 Git commit f32ebd357328881154218a82f42bf170c59f99dc by Lucas Biaggi. Committed on 19/01/2023 at 11:02. Pushed by lbiaggi into branch 'master'. hint UFW about the service direction (simplified rule interface) With the simplified rule interface, the objective is to let user choose only the service that they want to get IN or OUT (`UFW scenario`). Currently, UFW can't automatically identify the service direction correctly, we need to hint it the correct direction. M +5 -2 kcm/backends/ufw/ufwclient.cpp https://invent.kde.org/plasma/plasma-firewall/commit/f32ebd357328881154218a82f42bf170c59f99dc |