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 committed Nov 15, 2023
1 parent 8860a22 commit 1aae081
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 1aae081

Please sign in to comment.