-
Notifications
You must be signed in to change notification settings - Fork 724
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
Rule file_permission_user_init_files_root
fails to remediate
#13100
Comments
This is due to
being scanned with 0644 mode. These come from
provided by the So I think the proper fix here is to ensure the package is not installed + if the files exist at the time of remediation, their mode is changed. The reason we see them during productization testing is that we reboot the host after remediation, which lets systemd |
Another solution is dropping in our own file in |
Not strictly as they are defined as
but for remediation types like oscap-generated kickstart, excluding it might cause issues. So |
Description of problem:
After running the remediation for
file_permission_user_init_files_root
there are still files with incorrect permissions.Automatus tests seem to pass, so this might be issue in the daily test environment.
SCAP Security Guide Version:
a2501c9
Operating System Version:
RHEL 8.10, RHEL 9.6, and RHEL 10.0.
Actual Results:
Rule fails after remediation.
Expected Results:
Rule passes after remediation.
Additional Information/Debugging Steps:
None.
The text was updated successfully, but these errors were encountered: