Skip to content

Commit

Permalink
Allow chroot() syscall
Browse files Browse the repository at this point in the history
Now that pivot_root() is used instead of chroot(), allowing chroot() is
safe.
  • Loading branch information
DemiMarie committed Dec 10, 2023
1 parent e9a3ed5 commit 5669531
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/init-container/src/seccomp.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ static const char *allow_syscalls[] = {
"chmod",
"chown",
"chown32",
"chroot",
"clock_adjtime",
"clock_adjtime64",
"clock_getres",
Expand Down

0 comments on commit 5669531

Please sign in to comment.