File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -629,7 +629,7 @@ int app_evaluate_xccdf(const struct oscap_action *action)
629629 "Detected running Image Mode operating system. OpenSCAP can't "
630630 "perform remediation of this system because majority of the "
631631 "system is read-only. Please apply remediation during bootable "
632- "container image build using 'oscap-im' instead." );
632+ "container image build using 'oscap-im' instead.\n " );
633633 return result ;
634634 }
635635
@@ -839,7 +839,7 @@ int app_xccdf_remediate(const struct oscap_action *action)
839839 "Detected running Image Mode operating system. OpenSCAP can't "
840840 "perform remediation of this system because majority of the "
841841 "system is read-only. Please apply remediation during bootable "
842- "container image build using 'oscap-im' instead." );
842+ "container image build using 'oscap-im' instead.\n " );
843843 return result ;
844844 }
845845 session = xccdf_session_new (action -> f_xccdf );
You can’t perform that action at this time.
0 commit comments