We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af0b578 commit fa45597Copy full SHA for fa45597
src/util/syscall_sandbox.cpp
@@ -600,6 +600,7 @@ class SeccompPolicyBuilder
600
allowed_syscalls.insert(__NR_statfs); // get filesystem statistics
601
allowed_syscalls.insert(__NR_statx); // get file status (extended)
602
allowed_syscalls.insert(__NR_unlink); // delete a name and possibly the file it refers to
603
+ allowed_syscalls.insert(__NR_unlinkat); // delete relative to a directory file descriptor
604
}
605
606
void AllowFutex()
0 commit comments