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 --sce-results
27 --check-engine-results
28 --results
29 --results-arf
30 --report
31 --skip-valid
32 --fetch-remote-resources
33 --progress
34 --datastream-id
35 --xccdf-id
36 --benchmark-id
37
38
39 Evaluation of OVAL content
40 $ oscap-chroot image CHROOT_PATH oval eval [options] INPUT_CONTENT
41
42 supported oscap oval eval options are:
43 --id
44 --variables
45 --directives
46 --results
47 --report
48 --skip-valid
49 --datastream-id
50 --oval-id
51 --probe-root
52
53
54 Collection of OVAL System Characteristic
55 $ oscap-chroot CHROOT_PATH oval collect [options] INPUT_CONTENT
56
57 supported oscap oval collect options are:
58 --id
59 --syschar
60 --variables
61 --skip-valid
62
63
64
66 Please report bugs using https://github.com/OpenSCAP/openscap/issues
67
68
70 Martin Preisler <mpreisle@redhat.com>
71
72
73
74Red Hat, Inc. February 2016 oscap-chroot(8)