oscap-anaconda-addon
oscap-anaconda-addon copied to clipboard
The add-on to Anaconda installer providing scanning capabilities
The addon lost the ability to pick files from supplied archives based on kickstart specifications. This PR allows this, which allows the addon to - handle archives with e.g. multiple...
Needs to go together with https://github.com/rhinstaller/anaconda/pull/5002
Applying xccdf_org.ssgproject.content_profile_stig or xccdf_org.ssgproject.content_profile_stig_gui causes the Anaconda installer in RHEL 8 and 9 to exclude the nfs-utils package, which makes the system unable to mount an NFS share. Specifying an...
This ports https://github.com/OpenSCAP/oscap-anaconda-addon/pull/237 to `rawhide` branch. I'm unable to say if it works or not. How can I test this? The steps in the Developer guide suggests using `reanaconda`, but...
We use the Anaconda OSCAP plugin for hardening our Rocky 9 systems. We recently took Rocky 9.2 for a spin and ran into some issues. How we have it implemented...
Version: current upstream rhel9-branch branch as of 2023-04-05 as of HEAD 6fbab80d88a882be05d4bd688b68e73e8ee046e7 Steps to reproduce: 1. serve testing files as a web server (cd testing_files ; python3 -m http.server) 2....
For CaC disk partitioning rules that use anaconda remediation template from shared/templates/mount/anaconda.template, OAA uses **MESSAGE_TYPE_FATAL** if the partitioning is incorrect, which blocks the installation: https://github.com/OpenSCAP/oscap-anaconda-addon/blob/57030f1beab13b80c5d222134d62c6b3d04dd5e5/org_fedora_oscap/rule_handling.py#L440-L446 For my bachelor thesis, where...
Description: Port of https://github.com/OpenSCAP/oscap-anaconda-addon/pull/232 to the rawhide branch, check that PR for more info.
The send_ready already performs what the removed call could aim to accomplish. Sending those two messages in a quick succession can lead to crashes of Anaconda.
Main problem with this PR: - It is not easily possible to expand description of a profile that you would like to see. The displayed text is set in `org_fedora_oscap/gui/spokes/oscap.py:626`,...