Este contenido no está disponible en el idioma seleccionado.
6.5. OpenSCAP Satellite Web Interface
6.5.1. OpenSCAP Scans Page Copiar enlaceEnlace copiado en el portapapeles!
6.5.1.1. All Scans Copiar enlaceEnlace copiado en el portapapeles!
- System: the system that was scanned.
- XCCDF Profile: the evaluated profile.
- Completed: the time the scan was completed.
- Satisfied: the number of rules that were satisfied. A rule is considered to be Satisfied if the result of the evaluation is either Pass or Fixed.
- Dissatisfied: the number of rules that were not satisfied. A rule is considered to be Dissatisfied if the result of the evaluation is Fail.
- Unknown: the number of rules that failed to evaluate. A rule is considered to be Unknown if the result of the evaluation is Error, Unknown or Not Checked.
6.5.1.2. XCCDF Diff Copiar enlaceEnlace copiado en el portapapeles!
diff
output of similar scans. Alternatively, or you can specify the ID of arbitrary scans.
6.5.1.3. Advanced Search Copiar enlaceEnlace copiado en el portapapeles!
- Rule results.
- Targeted machine.
- Time frame of the scan.
6.5.2. Systems Audit Page Copiar enlaceEnlace copiado en el portapapeles!
Security Content Automation Protocol (SCAP).
Before you scan a system, ensure that the SCAP content is prepared and all prerequisites are met.
6.5.2.1. List Scans Copiar enlaceEnlace copiado en el portapapeles!
Column Label | Definition |
---|---|
XCCDF Test Result | The scan test result name. This is also a link to the detailed results of the scan. |
Completed | The exact time the scan finished. |
Compliance | The unweighted pass:fail ratio of compliance based on the standard that was used. |
P | The number of checks that passed. |
F | The number of checks that failed. |
E | The number of errors that occurred during the scan. |
U | Unknown |
N | Not applicable to the machine. |
K | Not checked. |
S | Not selected. |
I | Informational |
X | Fixed |
Total | Total number of checks. |
No difference between the compared scans.
Arbitrary differences between the compared scans.
Major differences between the compared scans. Either there are more failures than the previous scan or less passes.
No comparable scan was found, and therefore no comparison was made.
6.5.2.2. Scan Details Copiar enlaceEnlace copiado en el portapapeles!
This section displays various details about the scan, including:
File System Path:
The path to the XCCDF file used for the scan.Command-line Arguments:
Any additional command-line arguments that were used.Profile Identifier:
The profile identifier used for the scan.Profile Title:
The title of the profile used for the scan.Scan's Error output:
Any errors encountered during the scan.
The rule results provide the full list of XCCDF rule identifiers, identifying tags, and the result for each of these rule checks. This list can be filtered by a specific result.
6.5.2.3. Schedule Page Copiar enlaceEnlace copiado en el portapapeles!
- Command-line Arguments: Optional arguments to the
oscap
command, either:--profile PROFILE
: Specifies a particular profile from the XCCDF document.Profiles are determined by theProfile
tag in the XCCDF XML file. Use theoscap
command to see a list of profiles within a given XCCDF file, for example:Copy to Clipboard Copied! Toggle word wrap Toggle overflow If not specified, the default profile is used.Note
Some early versions of OpenSCAP in Red Hat Enterprise Linux 5 require that you use the--profile
option or the scan will fail.--skip-valid
: Do not validate input and output files. You can use this option to bypass the file validation process if you do not have well-formed XCCDF content.
- Path to XCCDF Document: This is a required field. The
path
parameter points to the XCCDF content location on the client system. For example:/usr/local/scap/dist_rhel6_scap-rhel6-oval.xml
Warning
The XCCDF content is validated before it is run on the remote system. Specifying invalid arguments can causespacewalk-oscap
to fail to validate or run. Due to security concerns, theoscap xccdf eval
command only accepts a limited set of parameters.