Skip to content

Commit

Permalink
s/the all/all
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvink committed Nov 22, 2024
1 parent dcf4a4b commit 1287203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform_openbsd.c
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ openbsd_sandbox_pledge(struct sanctum_proc *proc)
* only, they log things via syslog() which is done via the
* sendsyslog(2) on OpenBSD ... which falls under the stdio
* pledge, so there's zero good way of handling this other
* than allowing the all of stdio.
* than allowing all of stdio.
*/
ret = pledge("stdio", NULL);
break;
Expand Down

0 comments on commit 1287203

Please sign in to comment.