UFW is broken as user.rules and user6.rules are not installed properly. This bug exists since 35 and has not been fixed. Copied from Bug 2086152: Description of problem: On Fedora Silverblue 36 (this also happened in Silverblue 35), ufw is broken as some files are not installed properly. I have not tried this on Fedora Workstation, so I don't know if this same issue is happening there. Running `sudo ufw status verbose` (or any ufw command) replies with: `ERROR: Couldn't stat '/var/lib/ufw/user.rules` If you download the ubuntu .deb package and extract the user.rules and user6.rules files into /var/lib/ufw , ufw runs fine. For some reason, rpm-ostree is not extracting those two files into the /var/lib/ufw directory, which causes ufw to be broken and not work. Version-Release number of selected component (if applicable): ufw-0.35-24.fc36.noarch Steps to Reproduce: 1. On Fedora Silverblue 36, install ufw with rpm-ostree install ufw 2. Reboot, and run sudo ufw status verbose Actual results: ufw is broken and fails to work. Expected results: ufw works, and responds with `Status: inactive` Additional info: Reproducible: Always
*** This bug has been marked as a duplicate of bug 2086152 ***