View | Details | Raw Unified | Return to bug 217839
Collapse All | Expand All

(-)b/lib/libc/sys/procctl.2 (-2 / +2 lines)
Lines 355-361 calls. Link Here
355
.It Dv PROC_TRAPCAP_CTL_DISABLE
355
.It Dv PROC_TRAPCAP_CTL_DISABLE
356
Disable the signal delivery on capability mode access violations.
356
Disable the signal delivery on capability mode access violations.
357
Note that the global sysctl
357
Note that the global sysctl
358
.Dv kern.trap_enocap
358
.Dv kern.trap_enotcap
359
might still cause the signal to be delivered.
359
might still cause the signal to be delivered.
360
See
360
See
361
.Xr capsicum 4 .
361
.Xr capsicum 4 .
Lines 386-392 value if the process control enables signal delivery, and to Link Here
386
otherwise.
386
otherwise.
387
.Pp
387
.Pp
388
See the note about sysctl
388
See the note about sysctl
389
.Dv kern.trap_enocap
389
.Dv kern.trap_enotcap
390
above, which gives independent global control of signal delivery.
390
above, which gives independent global control of signal delivery.
391
.El
391
.El
392
.Sh NOTES
392
.Sh NOTES

Return to bug 217839