Skip to content

Commit 36db95d

Browse files
committed
utils/oscap-vm: Add information about --oscap argument to the man page.
1 parent 054df21 commit 36db95d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

utils/oscap-vm.8

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
oscap-vm \- Tool for offline SCAP evaluation of virtual machines.
55

66
.SH SYNOPSIS
7-
\fBoscap-vm domain\fR \fIVM_DOMAIN [OSCAP_OPTIONS] INPUT_CONTENT
7+
\fBoscap-vm\fR \fI[--oscap=<oscap_binary>]\fR \fBdomain\fR \fIVM_DOMAIN [OSCAP_OPTIONS] INPUT_CONTENT
88

9-
\fBoscap-vm image\fR \fIVM_STORAGE_IMAGE [OSCAP_OPTIONS] INPUT_CONTENT
9+
\fBoscap-vm\fR \fI[--oscap=<oscap_binary>]\fR \fBimage\fR \fIVM_STORAGE_IMAGE [OSCAP_OPTIONS] INPUT_CONTENT
1010

1111
.SH DESCRIPTION
1212
\fBoscap-vm\fR performs SCAP evaluation of virtual machine domains or virtual machine images.
@@ -26,6 +26,8 @@ Usage of the tool mimics usage and options of \fBoscap(8)\fR tool.
2626
The type of scan target (either \fIdomain\fR or \fIimage\fR) has to be specified first. Then identify the target by the domain name (name of a named libvirt domain) or the image path, respectively.
2727
Domain UUIDs can be used instead of names. Any domains including the running domains can be scanned.
2828

29+
Optionally, as the very first argument, different \fBoscap(8)\fR binary could be chosen to perform the scan, like --oscap=<path/to/oscap>.
30+
2931
The rest of the options are passed directly to \fBoscap(8)\fR utility. For the detailed description of its options please refer to \fBoscap(8)\fR manual page. However some of its options are not supported in \fBoscap-vm\fR because offline evaluation is used.
3032

3133
Last argument is SCAP content input file.

0 commit comments

Comments
 (0)