Skip to content

Commit

Permalink
Remove extra tab for PR_faccessat2
Browse files Browse the repository at this point in the history
  • Loading branch information
oxr463 committed Oct 29, 2022
1 parent f23459e commit a0dc181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/syscall/seccomp.c
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ static FilteredSysnum proot_sysnums[] = {
{ PR_socketcall, FILTER_SYSEXIT },
{ PR_stat, 0 },
{ PR_statx, 0 },
{ PR_faccessat2, 0 },
{ PR_faccessat2, 0 },
{ PR_stat64, 0 },
{ PR_statfs, 0 },
{ PR_statfs64, 0 },
Expand Down

0 comments on commit a0dc181

Please sign in to comment.