Skip to content

Commit

Permalink
README.md: typo
Browse files Browse the repository at this point in the history
Signed-off-by: Akihiro Suda <[email protected]>
  • Loading branch information
AkihiroSuda committed Jan 12, 2025
1 parent 3a97f73 commit 6856941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Global Flags:
```

### How it works
- [`SECCOMP_RET_TRAP`](https://man7.org/linux/man-pages/man2/seccomp.2.html) is used for conditionally
- [`SECCOMP_RET_TRACE`](https://man7.org/linux/man-pages/man2/seccomp.2.html) is used for conditionally
allowing trusted Go modules to execute the syscall.
`SECCOMP_RET_USER_NOTIF` is not used because it cannot access all the CPU registers,
due to the [lack of `struct pt_regs` in `struct seccomp_data`](https://github.com/torvalds/linux/blob/v6.12/kernel/seccomp.c#L242-L266).
Expand Down

0 comments on commit 6856941

Please sign in to comment.