Created attachment 1694736 [details] firewall-cmd --reload errors Let's assume a rule like this: firewall-cmd --zone=FedoraWorkstation --permanent --add-rich-rule='rule source mac="11:22:33:44:55:66" reject' success But reloading with firewall-cmd --reload lead to a series of errors as per the attached file, starting with Error: COMMAND_FAILED: 'python-nftables' failed: internal:0:0-0: Error: Could not process rule: No such file or directory The same steps on Fedora 31 seem to work. sudo firewall-cmd --zone=FedoraWorkstation --list-rich-rules rule source mac="11:22:33:44:55:66" drop
In addition, inserting that rule, firewalld is unable to restart. The only way to solve the issue is manually editing the zone file in /etc/firewalls/zones
This has been fixed upstream. e255e7357358 ("fix(rich): source mac with nftables backend")
FEDORA-2020-8eaabfad8b has been submitted as an update to Fedora 32. https://bodhi.fedoraproject.org/updates/FEDORA-2020-8eaabfad8b
FEDORA-2020-8eaabfad8b has been pushed to the Fedora 32 testing repository. In short time you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-8eaabfad8b` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-8eaabfad8b See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2020-8eaabfad8b has been pushed to the Fedora 32 stable repository. If problem still persists, please make note of it in this bug report.