Add clock_gettime to keymgr process

This commit is contained in:
Joris Vink 2019-10-03 15:55:19 +02:00
parent 85981e22cc
commit bcf0355704
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ static struct sock_filter filter_keymgr[] = {
KORE_SYSCALL_ALLOW(brk),
KORE_SYSCALL_ALLOW(mmap),
KORE_SYSCALL_ALLOW(munmap),
KORE_SYSCALL_ALLOW(clock_gettime),
#if defined(__NR_getrandom)
KORE_SYSCALL_ALLOW(getrandom),
#endif