Skip to content

Tell the ufw KAuth helper where to look for the ufw executable

The "Add rule" dialog needs to run ufw via the KAuth helper to interrogate its list of known applications. If the helper can't find ufw, it returns an empty list. This change tells QProcess where to look for ufw in case it isn't in its default path.

Also unrelated minor update to the URLs in the README.md

BUG: 461726

Merge request reports