-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Detect seccomp event order and handle both old and new one * If new seccomp order is in use, syscalls with FILTER_SYSEXIT are handled immediately as we cannot reach syscall entry event as it already happened (but wasn't delivered as it wasn't requested) * When we set PR_void syscall in non-seccomp handler, ignore next SIGSYS, beacuse Android seccomp policy disallows -1 syscall #13
- Loading branch information
1 parent
c24fa3a
commit 47138da
Showing
2 changed files
with
48 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters