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 9e530c6 commit ee08741Copy full SHA for ee08741
src/util/syscall_sandbox.cpp
@@ -545,6 +545,7 @@ class SeccompPolicyBuilder
545
allowed_syscalls.insert(__NR_fdatasync); // synchronize a file's in-core state with storage device
546
allowed_syscalls.insert(__NR_flock); // apply or remove an advisory lock on an open file
547
allowed_syscalls.insert(__NR_fstat); // get file status
548
+ allowed_syscalls.insert(__NR_newfstatat); // get file status
549
allowed_syscalls.insert(__NR_fsync); // synchronize a file's in-core state with storage device
550
allowed_syscalls.insert(__NR_ftruncate); // truncate a file to a specified length
551
allowed_syscalls.insert(__NR_getcwd); // get current working directory
0 commit comments