diff --git a/ifchd/ifchd.c b/ifchd/ifchd.c index dde1f09..36d03d7 100644 --- a/ifchd/ifchd.c +++ b/ifchd/ifchd.c @@ -134,6 +134,7 @@ static int enforce_seccomp(void) ALLOW_SYSCALL(sendto), // used for glibc syslog routines ALLOW_SYSCALL(epoll_wait), ALLOW_SYSCALL(epoll_ctl), + ALLOW_SYSCALL(clock_gettime), ALLOW_SYSCALL(close), ALLOW_SYSCALL(socket), ALLOW_SYSCALL(getsockopt),