From dd29b15e62b6fa91408e3c27236b816cc2fd2864 Mon Sep 17 00:00:00 2001 From: Mike Hunhoff Date: Tue, 11 Jun 2024 12:08:18 -0600 Subject: [PATCH] fix feedback --- nursery/execute-syscall.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nursery/execute-syscall.yml b/nursery/execute-syscall.yml index 55079b3f..ec9e46ae 100644 --- a/nursery/execute-syscall.yml +++ b/nursery/execute-syscall.yml @@ -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: