Skip to content

Commit

Permalink
Allow yet more syscalls in ldconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
3XX0 committed Oct 29, 2018
1 parent 3ed06b3 commit deccb28
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/nvc_ldcache.c
Original file line number Diff line number Diff line change
Expand Up @@ -245,11 +245,13 @@ limit_syscalls(struct error *err)
SCMP_SYS(exit),
SCMP_SYS(exit_group),
SCMP_SYS(fcntl),
SCMP_SYS(fdatasync),
SCMP_SYS(fstat),
SCMP_SYS(fsync),
SCMP_SYS(ftruncate),
SCMP_SYS(getcwd),
SCMP_SYS(getdents),
SCMP_SYS(getdents64),
SCMP_SYS(getegid),
SCMP_SYS(geteuid),
SCMP_SYS(getgid),
Expand All @@ -260,8 +262,8 @@ limit_syscalls(struct error *err)
SCMP_SYS(lseek),
SCMP_SYS(lstat),
SCMP_SYS(mkdir),
SCMP_SYS(mprotect),
SCMP_SYS(mmap),
SCMP_SYS(mprotect),
SCMP_SYS(mremap),
SCMP_SYS(munmap),
SCMP_SYS(newfstatat),
Expand Down

0 comments on commit deccb28

Please sign in to comment.