Details
Details
- Reviewers
emaste cem oshogbo - Group Reviewers
manpages - Commits
- rS306257: Document r306081, i.e. procctl(PROC_TRAPCAP) and sysctl kern.trap_enocap.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 5263 Build 5429: CI src build Jenkins
Event Timeline
Comment Actions
LGTM modulo the one nit.
| lib/libc/sys/procctl.2 | ||
|---|---|---|
| 384 | I would drop "MIB" here. "sysctl kern.trap_enocap" seems pretty clear to me. | |
| head/lib/libc/sys/cap_enter.2 | ||
|---|---|---|
| 75 ↗ | (On Diff #20631) | s/set to/set to a/ |
| 80 ↗ | (On Diff #20631) | Comma not needed. |
| 83 ↗ | (On Diff #20631) | "the" not needed here: On signal delivery, the |
| head/lib/libc/sys/procctl.2 | ||
| 331 ↗ | (On Diff #20631) | Reversing the first two parts makes this clearer: For the specified processes which are executing in a capability mode sandbox, enable or disable the synchronous This is still a very long and complicated sentence and would be better split into two or three shorter sentences. |
| 334 ↗ | (On Diff #20631) | s/either/either a/ |
| 356 ↗ | (On Diff #20631) | Split sentence instead of using semicolon: might still cause the signal to be delivered. See |
| 374 ↗ | (On Diff #20631) | s/Returns/Return/ |