Skip to content

Commit

Permalink
Update platforms.md
Browse files Browse the repository at this point in the history
typo

FUTURE_COPYBARA_INTEGRATE_REVIEW=#11377 from thegreatfatzby:patch-1 bf0239a
PiperOrigin-RevId: 718133757
  • Loading branch information
thegreatfatzby authored and gvisor-bot committed Jan 22, 2025
1 parent 0b03f8a commit 1ed09db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions g3doc/architecture_guide/platforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ due to the overhead of nested virtualization.

### systrap

The `systrap` platform relies `seccomp`'s `SECCOMP_RET_TRAP` feature in order to
intercept system calls. This makes the kernel send `SIGSYS` to the triggering
The `systrap` platform relies on `seccomp`'s `SECCOMP_RET_TRAP` feature in order
to intercept system calls. This makes the kernel send `SIGSYS` to the triggering
thread, which hands over control to gVisor to handle the system call. For more
details, please see
[the systrap `README` file](https://github.com/google/gvisor/blob/master/pkg/sentry/platform/systrap/README.md).
Expand Down

0 comments on commit 1ed09db

Please sign in to comment.