mirror of
https://github.com/jorisvink/kore
synced 2025-03-08 19:19:02 -05:00
Allow clock_gettime64() if defined.
This commit is contained in:
parent
ecbc373433
commit
4e38d8a323
@ -105,6 +105,9 @@ static struct sock_filter filter_kore[] = {
|
||||
KORE_SYSCALL_ALLOW(geteuid),
|
||||
KORE_SYSCALL_ALLOW(exit_group),
|
||||
KORE_SYSCALL_ALLOW(nanosleep),
|
||||
#if defined(SYS_clock_gettime64)
|
||||
KORE_SYSCALL_ALLOW(clock_gettime64),
|
||||
#endif
|
||||
#if defined(SYS_clock_nanosleep)
|
||||
KORE_SYSCALL_ALLOW(clock_nanosleep),
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user