1oscap-vm(8)             System Administration Utilities            oscap-vm(8)
2
3
4

NAME

6       oscap-vm - Tool for offline SCAP evaluation of virtual machines.
7

DESCRIPTION

9       oscap-vm mounts given virtual machine and runs oscap tool on it.
10
11       The  tool  requires bash, guestmount, mktemp and umount to perform OVAL
12       and XCCDF evaluation of virtual machines.
13
14       Usage of the tool mimics usage and options of oscap(8) tool.
15
16

USAGE

18   Evaluation of XCCDF content
19       $ oscap-vm image VM_STORAGE_IMAGE xccdf eval [options] INPUT_CONTENT
20
21       $ oscap-vm domain VM_DOMAIN xccdf eval [options] INPUT_CONTENT
22
23       supported oscap xccdf eval options are:
24         --profile
25         --tailoring-file
26         --tailoring-id
27         --cpe (external OVAL dependencies are not supported yet!)
28         --oval-results
29         --sce-results
30         --check-engine-results
31         --results
32         --results-arf
33         --report
34         --skip-valid
35         --fetch-remote-resources
36         --progress
37         --datastream-id
38         --xccdf-id
39         --benchmark-id
40
41
42   Evaluation of OVAL content
43       $ oscap-vm image VM_STORAGE_IMAGE oval eval [options] INPUT_CONTENT
44
45       $ oscap-vm domain VM_DOMAIN oval eval [options] INPUT_CONTENT
46
47       supported oscap oval eval options are:
48         --id
49         --variables
50         --directives
51         --results
52         --report
53         --skip-valid
54         --datastream-id
55         --oval-id
56         --probe-root
57
58
59   Collection of OVAL System Characteristic
60       $ oscap-vm image VM_STORAGE_IMAGE oval collect [options] INPUT_CONTENT
61
62       $ oscap-vm domain VM_DOMAIN oval collect [options] INPUT_CONTENT
63
64       supported oscap oval collect options are:
65         --id
66         --syschar
67         --variables
68         --skip-valid
69
70
71

REPORTING BUGS

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

AUTHORS

77       Martin Preisler <mpreisle@redhat.com>
78
79
80
81Red Hat, Inc.                    October 2015                      oscap-vm(8)
Impressum