Skip to content

yast/yast-firewall

Repository files navigation

YaST Firewall - Configures Firewalld

Workflow Status Jenkins Status Coverage Status

Since the adoption of firewalld this repository contains just some useful clients and libraries for installation and autoinstallation.

YaST currently does not have a module to configure the firewall.

If you are looking for a new option, we recommend to use firewall-config to configure your firewall via a user interface or firewall-cmd for the command line.

An API to configure Firewalld is available in this repository:

https://github.com/yast/yast-yast2/tree/master/library/network/src/lib/y2firewall

How to add / open services in YaST modules.

For modules that just need to open a custom or predefined port in firewalld the CWMFirewallInterfaces module has been adapted to work properly with the new API.

For more documentation refer to this link

Links