Merge pull request #11377 from thegreatfatzby:patch-1

PiperOrigin-RevId: 718151226
This commit is contained in:
gVisor bot
2025-01-21 18:20:27 -08:00
+2 -2
View File
@@ -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).