Firewall startup is to set CleanupModuleOnxit=yes

This commit is contained in:
zhanghao 2023-11-28 22:48:15 +08:00 committed by hantwofish
parent fa40d41ee0
commit 2773ca15c5

View File

@ -1,6 +1,6 @@
Name: firewalld
Version: 1.0.2
Release: 6
Release: 7
Summary: A firewall daemon with D-Bus interface providing a dynamic firewall
License: GPLv2+
URL: http://www.firewalld.org
@ -155,6 +155,7 @@ if [ ! -e %{_datadir}/polkit-1/actions/org.fedoraproject.FirewallD1.policy ]; th
esac
fi
sed -i "s/CleanupModulesOnExit=no/CleanupModulesOnExit=yes/g" %{_sysconfdir}/firewalld/firewalld.conf
%files -f %{name}.lang
%doc COPYING README
@ -240,6 +241,13 @@ fi
%{_datadir}/firewalld/testsuite/python/firewalld_test.py
%changelog
* Tue Nov 28 2023 zhanghao <zhanghao383@huawei.com> - 1.0.2-7
- Type:requirement
- ID:NA
- SUG:NA
- DESC:Firewall startup is to set CleanupModuleOnxit=yes to unload
related ko when stopping firewalld service
* Tue Sep 26 2023 zhanghao <zhanghao383@huawei.com> - 1.0.2-6
- Type:bugfix
- ID:NA