Skip to content
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

oscap-anaconda-addon: Add option to disable remediation scripts #15

Open
redhatrises opened this issue Jan 3, 2017 · 0 comments
Open
Milestone

Comments

@redhatrises
Copy link
Member

Certain remediations have the ability to brick a system and/or prevent any access to remediated system.
An option such as disable-remediation or --disable-remediation should be added to the Oscap Anaconda plugin that would allow the disabling of remediation scripts in Anaconda. For example:

<Rule id="disable_ssh_root_access" />
...
<fix reboot=”false” disruption=”high” system=”urn:redhat:anaconda:pre”>
disable-remediation
</fix>
...

While it would require a remediation scan post building, it would help to prevent bricking a system immediately on build.

@yuumasato yuumasato added this to the 0.10 milestone Jun 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants