Actions
Refactor #19994
closedMove openscap component initialization into a separate service
Fixed in Releases:
Found in Releases:
Description
On proxy, we call OpenSCAP.oscap_init, which makes a call to xmlInitParser(), but libxml2 docs state that it is not reentrant. We should make changes so that oscap_init is called once during module initialization and oscap_cleanup is called during shutdown to avoid potential problems that could arie due to the fact that proxy is multithreaded.
Actions