Skip to content

Commit f0ecf61

Browse files
refactor: ban syscall SYS_sendmsg.
1 parent 479701a commit f0ecf61

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

installer/sandbox.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,7 @@ long syscall(long number, ...) {
511511
case SYS_accept:
512512
case SYS_accept4:
513513
case SYS_sendto:
514+
case SYS_sendmsg:
514515
case SYS_recvmsg:
515516
case SYS_getsockopt:
516517
case SYS_setsockopt:

0 commit comments

Comments
 (0)