Description of problem: When remediating a system for CIS, oscap creates separate configuration files e.g. for sshd in /etc/ssh/sshd_config.d and this works as expected by default while still allowing an administrator to override selected parameters if a need arises. However, when configuring sysctl parameters oscap puts everything in /etc/sysctl.conf instead of separate file(s) in /etc/sysctl.d. This both changes the RPM provided default file /etc/sysctl.conf and makes it impossible to override any parameter local if needed by using separate configuration files in /etc/sysctl.d. It would be better if oscap would use separate files for sysctl parameters when remediating as is already done with e.g. sshd. Thanks. Version-Release number of selected component (if applicable): scap-security-guide-0.1.66-1.el9_1.noarch