[master][PATCH] git send-email --to anaconda-patches at lists.fedorahosted.org --suppress-from

Martin Kolman mkolman at redhat.com
Fri Oct 4 16:07:03 UTC 2013


Previously it was only possible to add services to be enabled
on the firewall, but removing already enabled services was not possible.
This was mainly problematic that there are some services, such as dhcpv6-client,
mdns and ssh, that are enabled by default and up till now, there was no way to
remove them from the firewall in kickstart.

The first patch adds support for the --remove-service option & some tests to pykickstart.

And the second patch adds service removal logic to Anaconda.

Martin Kolman (1):
  Add --remove-service option for the firewall command (#957809)

 pykickstart/commands/firewall.py | 42 ++++++++++++++++++++++++++++++++++++++++
 pykickstart/handlers/control.py  |  2 +-
 tests/commands/firewall.py       | 10 ++++++++++
 3 files changed, 53 insertions(+), 1 deletion(-)

-- 
1.8.3.1



More information about the anaconda-patches mailing list