We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ed06b3 commit deccb28Copy full SHA for deccb28
src/nvc_ldcache.c
@@ -245,11 +245,13 @@ limit_syscalls(struct error *err)
245
SCMP_SYS(exit),
246
SCMP_SYS(exit_group),
247
SCMP_SYS(fcntl),
248
+ SCMP_SYS(fdatasync),
249
SCMP_SYS(fstat),
250
SCMP_SYS(fsync),
251
SCMP_SYS(ftruncate),
252
SCMP_SYS(getcwd),
253
SCMP_SYS(getdents),
254
+ SCMP_SYS(getdents64),
255
SCMP_SYS(getegid),
256
SCMP_SYS(geteuid),
257
SCMP_SYS(getgid),
@@ -260,8 +262,8 @@ limit_syscalls(struct error *err)
260
262
SCMP_SYS(lseek),
261
263
SCMP_SYS(lstat),
264
SCMP_SYS(mkdir),
- SCMP_SYS(mprotect),
265
SCMP_SYS(mmap),
266
+ SCMP_SYS(mprotect),
267
SCMP_SYS(mremap),
268
SCMP_SYS(munmap),
269
SCMP_SYS(newfstatat),
0 commit comments