Skip to content

Commit

Permalink
vmci: tweak required vs optional APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
williballenthin authored and mr-tz committed Nov 24, 2023
1 parent 3ce798b commit 696287d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions communication/socket/create-vmci-socket.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ rule:
- or:
- and:
- os: windows
- or:
- api: socket
- api: DeviceIoControl
- api: DeviceIoControl
- number: 0x81032068 = VMCI_SOCKETS_GET_AF_VALUE
- optional:
- api: socket
- and:
- os: linux
- or:
- api: socket
- api: ioctl
- api: ioctl
- number: 0x7B8 = VMCI_SOCKETS_GET_AF_VALUE
- optional:
- api: socket

0 comments on commit 696287d

Please sign in to comment.