logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

oscap-chroot - Tool for offline SCAP evaluation of filesystems mounted at arbitrary paths.

Authors

       Martin Preisler <mpreisle@redhat.com>

Red Hat, Inc.                                     February 2016                                  oscap-chroot(8)

Description

       oscap-chroot runs oscap tool on it in a filesystem mounted at given path.

       Usage of the tool mimics usage and options of oscap(8) tool.

Name

       oscap-chroot - Tool for offline SCAP evaluation of filesystems mounted at arbitrary paths.

Reporting Bugs

       Please report bugs using https://github.com/OpenSCAP/openscap/issues

Usage

EvaluationofXCCDFcontent
       $ oscap-chroot CHROOT_PATH xccdf eval [options] INPUT_CONTENT

       supported oscap xccdf eval options are:
         --profile
         --tailoring-file
         --tailoring-id
         --cpe (external OVAL dependencies are not supported yet!)
         --oval-results
         --check-engine-results
         --results
         --results-arf
         --report
         --skip-validation
         --fetch-remote-resources
         --local-files
         --progress
         --datastream-id
         --xccdf-id
         --benchmark-id

   EvaluationofOVALcontent
       $ oscap-chroot image CHROOT_PATH oval eval [options] INPUT_CONTENT

       supported oscap oval eval options are:
         --id
         --variables
         --directives
         --results
         --report
         --skip-validation
         --datastream-id
         --oval-id

   CollectionofOVALSystemCharacteristic
       $ oscap-chroot CHROOT_PATH oval collect [options] INPUT_CONTENT

       supported oscap oval collect options are:
         --id
         --syschar
         --variables
         --skip-validation

See Also