Skip to content

Commit

Permalink
fix feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-hunhoff committed Jun 11, 2024
1 parent 96ed529 commit dd29b15
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion nursery/execute-syscall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ rule:
- https://github.com/j00ru/windows-syscalls
features:
- or:
- api: syscall
- and:
- or:
- os: linux
- os: android
- api: syscall # https://man7.org/linux/man-pages/man2/syscall.2.html
- and:
- mnemonic: syscall
- or:
Expand Down

0 comments on commit dd29b15

Please sign in to comment.