Skip to content

Commit

Permalink
Add faccessat2 and openat2 to container syscall whitelist.
Browse files Browse the repository at this point in the history
Signed-off-by: Cesar Talledo <ctalledo@nestybox.com>
  • Loading branch information
ctalledo committed Apr 29, 2021
1 parent df952e5 commit d1ae2aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libsysbox/syscont/syscalls.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ var syscontSyscallWhitelist = []string{
"exit",
"exit_group",
"faccessat",
"faccessat2",
"fadvise64",
"fadvise64_64",
"fallocate",
Expand Down Expand Up @@ -191,6 +192,7 @@ var syscontSyscallWhitelist = []string{
"_newselect",
"open",
"openat",
"openat2",
"pause",
"pipe",
"pipe2",
Expand Down

0 comments on commit d1ae2aa

Please sign in to comment.