-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Too many changes needed to add a simple option #93
Comments
26 sounds like a lot! Let's see:
So yes, this is pretty bad... but not as dramatic as the initial 26 sounded. :-) I see we have a GSoC project for this. Looking forward the results! Ping me if you need help with the mentoring. |
Marking this as "tracked" because of openSUSE/mentoring#167 |
@ancorgs: In the last years it was a requirement from Google that at least 2 mentors are involved in a project (last year even 3 because of Corona) - you would sign up as 2nd mentor ? |
Unfortunately, no student took on this task last year. |
I'll list the relevant places using the "ip_forward" property as an example::
And there is one in the help page:
src/autoyast-rnc/security.rnc:74:net.ipv4.ip_forward = element net.ipv4.ip_forward { STRING }
And there is on reference in the test data
|
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.
The text was updated successfully, but these errors were encountered: