The JBoss Fuse 6.x SCAP Benchmark can be run using the XCCDFExec interpreter. Follow the steps below to run the benchmark using XCCDFExec.

  1. Ensure all requirements detailed here have been met.
  2. Download the XCCDF Interpreter from sourceforge: http://sourceforge.net/projects/xccdfexec/
  3. Unzip and install the XCCDF Interpreter, as directed by its README.txt.
    1. NOTE: The XCCDF Interpreter is packaged with a Win32 build of the OVAL Definition Interpreter. To run OVAL checks on your Linux system you can edit the oval.dir and oval.bin properties within the xccdf_interpreter.properties file to reference your local OVALDI installation.
    2. A Linux build of the OVAL Definition Interpreter may be obtained at: http://sourceforge.net/projects/ovaldi/
  4. Navigate to the XCCDF Interpreter directory. For example:
    cd /xccdf_interpreter_1.1.4_build_19-bin
  5. To run the interpreter, type the following replacing [PROFILE_NAME] with the name of the profile you want to run (as defined in the next section). The command assumes that the Fuse 6.x SCAP files are in the same directory as the xccdf interpreter:
    java -jar xccdfexec.jar fuse6-xccdf.xml -c fuse6-cpe-oval.xml -C fuse6-cpe-dictionary.xml -P [PROFILE_NAME]
  6. When prompted with the OCIL Interpreter, answer each questionnaire, save the results, and exit.
  7. The results of the tests will be displayed on the screen and in several output files under the results directory. The XML result files can be transformed to HTML using transforms available online.
  8. A result of PASS indicates that the test passed, a result of FAIL indicates that the test failed and a setting may need to be adjusted. You can review the remediation instructions available for each rule to adjust any settings. A result of "NOT APPLICABLE" means that the recommendation is not applicable to your deployment. A result of "NOT CHECKED" means that the recommendations OCIL questionnaire was not answered.

Alternative Tools

There are several alternative tools that you can use to run the Fuse 6.x SCAP Benchmark. These tools include:

Please see the included documentation for instructions on how to run these tools.