Allow the nanosleep syscall, it is used in kore_accesslog().

This commit is contained in:
Frederic Cambus 2019-09-29 21:11:11 +02:00 committed by Joris Vink
parent 5e6a8d42cf
commit 85981e22cc
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ static struct sock_filter filter_kore[] = {
KORE_SYSCALL_ALLOW(getuid),
KORE_SYSCALL_ALLOW(geteuid),
KORE_SYSCALL_ALLOW(exit_group),
KORE_SYSCALL_ALLOW(nanosleep),
/* Memory related. */
KORE_SYSCALL_ALLOW(brk),