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