Update platforms.md

typo
This commit is contained in:
Isaac Foster
2025-01-20 14:18:39 -05:00
committed by GitHub
parent d22dedf3d5
commit bf0239a6a4
+1 -1
View File
@@ -50,7 +50,7 @@ due to the overhead of nested virtualization.
### systrap
The `systrap` platform relies `seccomp`'s `SECCOMP_RET_TRAP` feature in order to
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