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 --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 --skip-validation
50 --datastream-id
51 --oval-id
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 --skip-validation
63
64
65
67 Please report bugs using https://github.com/OpenSCAP/openscap/issues
68
69
71 Martin Preisler <mpreisle@redhat.com>
72
73
74
75Red Hat, Inc. February 2016 oscap-chroot(8)