Skip to content

Commit 889a3bb

Browse files
authored
Merge pull request #326 from elezar/add-clock_gettime
Add clock_gettime to allowed syscalls
2 parents 9d6a23b + d401dd5 commit 889a3bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/nvc_ldcache.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ limit_syscalls(struct error *err)
272272
SCMP_SYS(brk),
273273
SCMP_SYS(chdir),
274274
SCMP_SYS(chmod),
275+
SCMP_SYS(clock_gettime),
275276
SCMP_SYS(close),
276277
SCMP_SYS(execve),
277278
SCMP_SYS(execveat),

0 commit comments

Comments
 (0)