1oscap-chroot(8) System Administration Utilities oscap-chroot(8)
2
3
4
6 oscap-chroot - Tool for offline SCAP evaluation of filesystems mounted
7 at arbitrary paths.
8
10 oscap-chroot runs oscap tool on it in a filesystem mounted at given
11 path.
12
13 Usage of the tool mimics usage and options of oscap(8) tool.
14
15
17 Evaluation of XCCDF content
18 $ oscap-chroot CHROOT_PATH xccdf eval [options] INPUT_CONTENT
19
20 supported oscap xccdf eval options are:
21 --profile
22 --tailoring-file
23 --tailoring-id
24 --cpe (external OVAL dependencies are not supported yet!)
25 --oval-results
26 --check-engine-results
27 --results
28 --results-arf
29 --report
30 --skip-valid
31 --fetch-remote-resources
32 --progress
33 --datastream-id
34 --xccdf-id
35 --benchmark-id
36
37
38 Evaluation of OVAL content
39 $ oscap-chroot image CHROOT_PATH oval eval [options] INPUT_CONTENT
40
41 supported oscap oval eval options are:
42 --id
43 --variables
44 --directives
45 --results
46 --report
47 --skip-valid
48 --datastream-id
49 --oval-id
50
51
52 Collection of OVAL System Characteristic
53 $ oscap-chroot CHROOT_PATH oval collect [options] INPUT_CONTENT
54
55 supported oscap oval collect options are:
56 --id
57 --syschar
58 --variables
59 --skip-valid
60
61
62
64 Please report bugs using https://github.com/OpenSCAP/openscap/issues
65
66
68 Martin Preisler <mpreisle@redhat.com>
69
70
71
72Red Hat, Inc. February 2016 oscap-chroot(8)