When trying to add support for the option mentioned at #92, it turned out that 26 adjustments would be needed in various places.
cd ~/src/yast-security
grep -rn net.ipv4.ip_forward | wc -l
26
Since security settings of a system have increasing importance, adding options should be as simple as possible and require changes only in a few places, e.g. in a central configuration file.
If parts of the module cannot process this file directly, a script would be required to make necessary adjustments and/or additions to source code or configuration files.
When trying to add support for the option mentioned at #92, it turned out that 26 adjustments would be needed in various places.
Since security settings of a system have increasing importance, adding options should be as simple as possible and require changes only in a few places, e.g. in a central configuration file.
If parts of the module cannot process this file directly, a script would be required to make necessary adjustments and/or additions to source code or configuration files.