We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 oval eval is broken in OpenSCAP version 0.9.3.
oscap oval eval
Maybe GovReady should report this information in errata or other notes? On Wiki?
See: OpenSCAP/openscap#3
On RHEL64 (no yum update) OpenSCAP appears to be version 0.9.3. For rule umask_for_daemons oscap oval eval does not indicate failure.
umask_for_daemons
[root@vagrant fisma3]# oscap oval eval --id oval:ssg:def:221 --variables scans/variables.xml /usr/share/xml/scap/ssg/content/ssg-rhel6-oval.xml Evaluation done. [root@vagrant fisma3]# echo $? 0
Subscribing the system to RedHat and updating openscap provides more expected results for oscap oval eval
[root@vagrant fisma3]# oscap oval eval --id oval:ssg:def:221 --variables scans/variables.xml /usr/share/xml/scap/ssg/content/ssg-rhel6-oval.xml Definition oval:ssg:def:221: false Evaluation done.
CentOS65 with OpenSCAP version 1.0.8, doing oscap oval eval for umask_for_daemons responds:
oscap oval eval --id oval:ssg:def:221 --variables scans/variables.xml /usr/share/xml/scap/ssg/content/ssg-rhel6-oval.xml Definition oval:ssg:def:221: false Evaluation done. [root@vagrant fismacentos1]# echo $? 0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
oscap oval eval
is broken in OpenSCAP version 0.9.3.Maybe GovReady should report this information in errata or other notes? On Wiki?
See: OpenSCAP/openscap#3
On RHEL64 (no yum update) OpenSCAP appears to be version 0.9.3. For rule
umask_for_daemons
oscap oval eval
does not indicate failure.Subscribing the system to RedHat and updating openscap provides more expected results for
oscap oval eval
CentOS65 with OpenSCAP version 1.0.8, doing
oscap oval eval
forumask_for_daemons
responds:The text was updated successfully, but these errors were encountered: