seccomp sandbox: allow sendmmsg(2)

pull/1/head
Michael Santos 7 years ago
parent e3e3d0bcf9
commit 81b4c2f4db

@ -107,6 +107,9 @@ xmppipe_sandbox_init(xmppipe_state_t *state)
#ifdef __NR_send
SC_ALLOW(send),
#endif
#ifdef __NR_sendmmsg
SC_ALLOW(sendmmsg),
#endif
#ifdef __NR_connect
SC_ALLOW(connect),
#endif

Loading…
Cancel
Save